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 Mark.Shannon
Recipients Mark.Shannon
Date 2012-01-29.23:25:33
SpamBayes Score 0.0007112669
Marked as misclassified No
Message-id <1327879534.06.0.507724097117.issue13909@psf.upfronthosting.co.za>
In-reply-to
Content
This only seems to apply to free variables, not local or cell variables.

The offending tests are lines 429 & 430 of Lib/test/test_dis.py
      (tricky, code_info_tricky),
      (co_tricky_nested_f, code_info_tricky_nested_f),


Changing PyDict_MINSIZE to 4 provokes this failure
python3 -m test.test_dis
History
Date User Action Args
2012-01-29 23:25:34Mark.Shannonsetrecipients: + Mark.Shannon
2012-01-29 23:25:34Mark.Shannonsetmessageid: <1327879534.06.0.507724097117.issue13909@psf.upfronthosting.co.za>
2012-01-29 23:25:33Mark.Shannonlinkissue13909 messages
2012-01-29 23:25:33Mark.Shannoncreate