Changes between Version 1 and Version 2 of Ticket #17285, comment 7


Ignore:
Timestamp:
01/20/23 13:29:53 (3 years ago)
Author:
pierre

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17285, comment 7

    v1 v2  
    1 The commit that breaks virtualenv in the python repo is commit b9cdd0fb9c46 "Default to using frozen modules unless running from source tree". This behavior can be changed by passing -Xfrozen_moduoles=off to python3 command line, but I am not sure how to do this in the seamonkey build system.
     1The commit that breaks virtualenv in the python repo is commit b9cdd0fb9c46 "Default to using frozen modules unless running from source tree". This behavior can be changed by passing -Xfrozen_modules=off to python3 command line, but I am not sure how to do this in the seamonkey build system.