This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients eric.snow, gvanrossum, lukasz.langa, pablogsal
Date 2022-01-04.23:17:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
There is also this other builder:

https://buildbot.python.org/all/#/builders/172/builds/1093

failing what what seems is a freeze problem:

-  'use_frozen_modules': 1,
+  'use_frozen_modules': -1,
?                        +
   'use_hash_seed': 0,
   'user_site_directory': 1,
   'verbose': 0,
   'warn_default_encoding': 0,
   'warnoptions': [],
   'write_bytecode': 1,
   'xoptions': []}
----------------------------------------------------------------------
Ran 1 test in 0.152s
FAILED (failures=1)
test test_embed failed
1 test failed again:
    test_embed

Adding Eric and Guido for this particular problem to the nosy list
History
Date User Action Args
2022-01-04 23:17:08pablogsalsetrecipients: + pablogsal, gvanrossum, lukasz.langa, eric.snow
2022-01-04 23:17:08pablogsalsetmessageid: <[email protected]>
2022-01-04 23:17:08pablogsallinkissue46263 messages
2022-01-04 23:17:08pablogsalcreate