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 vstinner
Recipients benjamin.peterson, brett.cannon, python-dev, serhiy.storchaka, vstinner
Date 2016-01-23.13:18:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453555113.52.0.199808700672.issue26146@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset 5de1bd759f3b by Victor Stinner in branch 'default':
> Issue #26146: marshal.loads() now uses the empty frozenset singleton
> https://hg.python.org/cpython/rev/5de1bd759f3b

This change is not directly related to this issue.

It's required by test_singleton_empty_frozenset() of test_set when an AST transformer replaces frozenset(), frozenset([]), etc. calls with an empty frozenset constant.
History
Date User Action Args
2016-01-23 13:18:33vstinnersetrecipients: + vstinner, brett.cannon, benjamin.peterson, python-dev, serhiy.storchaka
2016-01-23 13:18:33vstinnersetmessageid: <1453555113.52.0.199808700672.issue26146@psf.upfronthosting.co.za>
2016-01-23 13:18:33vstinnerlinkissue26146 messages
2016-01-23 13:18:33vstinnercreate