Message 258870 - Python tracker
Message258870
| 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:33 | vstinner | set | recipients: + vstinner, brett.cannon, benjamin.peterson, python-dev, serhiy.storchaka |
| 2016-01-23 13:18:33 | vstinner | set | messageid: <1453555113.52.0.199808700672.issue26146@psf.upfronthosting.co.za> |
| 2016-01-23 13:18:33 | vstinner | link | issue26146 messages |
| 2016-01-23 13:18:33 | vstinner | create | |