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 paul_ollis
Recipients paul_ollis
Date 2012-04-14.18:55:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334429743.69.0.840922249937.issue14580@psf.upfronthosting.co.za>
In-reply-to
Content
Code like this::

    import collections.abc
    imp.reload(collections.abc)

Raises the following exception:

    SystemError: Negative size passed to PyUnicode_New

This occurs on the latest mercurial checkout (76302).
History
Date User Action Args
2012-04-14 18:55:43paul_ollissetrecipients: + paul_ollis
2012-04-14 18:55:43paul_ollissetmessageid: <1334429743.69.0.840922249937.issue14580@psf.upfronthosting.co.za>
2012-04-14 18:55:42paul_ollislinkissue14580 messages
2012-04-14 18:55:42paul_olliscreate