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.
Created on 2012年04月14日 18:55 by paul_ollis, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| patch01-tests.diff | paul_ollis, 2012年04月14日 18:57 | review | ||
| patch01-code.diff | paul_ollis, 2012年04月14日 19:04 | review | ||
| Messages (5) | |||
|---|---|---|---|
| msg158273 - (view) | Author: Paul Ollis (paul_ollis) * | Date: 2012年04月14日 18:55 | |
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). |
|||
| msg158274 - (view) | Author: Paul Ollis (paul_ollis) * | Date: 2012年04月14日 18:57 | |
Patch adding a test to reproduce the issue. |
|||
| msg158275 - (view) | Author: Paul Ollis (paul_ollis) * | Date: 2012年04月14日 19:04 | |
Patch that fixes the issue. |
|||
| msg158493 - (view) | Author: Jim Jewett (Jim.Jewett) * (Python triager) | Date: 2012年04月16日 19:20 | |
(Note that the two patches are not cumulative; both would need to be applied.) |
|||
| msg181125 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2013年02月01日 22:28 | |
This is no longer a problem: >>> import imp >>> import collections >>> import collections.abc <module 'collections.abc' from '/Users/bcannon/Developer/repo/cpython/py3k/Lib/collections/abc.py'> |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:29 | admin | set | github: 58785 |
| 2013年02月01日 22:28:01 | brett.cannon | set | status: open -> closed assignee: brett.cannon resolution: out of date messages: + msg181125 |
| 2012年04月16日 19:20:29 | Jim.Jewett | set | nosy:
+ Jim.Jewett messages: + msg158493 stage: patch review |
| 2012年04月14日 21:22:35 | eric.snow | set | nosy:
+ eric.snow |
| 2012年04月14日 19:20:06 | pitrou | set | priority: normal -> high nosy: + brett.cannon |
| 2012年04月14日 19:04:17 | paul_ollis | set | files:
+ patch01-code.diff messages: + msg158275 |
| 2012年04月14日 18:57:55 | paul_ollis | set | files:
+ patch01-tests.diff keywords: + patch messages: + msg158274 |
| 2012年04月14日 18:55:42 | paul_ollis | create | |