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.

classification
Title: struni: for for poll, pep263, bigmem and a bit pickletool
Type: Stage:
Components: Tests Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: christian.heimes, gvanrossum
Priority: normal Keywords: patch

Created on 2007-07-11 20:02 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep263_poll_bigmem_pickletools.diff christian.heimes, 2007-07-11 20:02 py3k-struni r56283
Messages (2)
msg52849 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-07-11 20:02
The patch fixes three unit test modules and some unit tests of pickletools.
msg52850 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-07-12 08:15
I disagree with the pickletools fix; something should be changed not to return 8-bit strings.

Your fix for test_pep263.py was not included due to the file being marked as binary.  But it was already committed previously by Thomas Heller so no need to follow up.

The poll fix was already applied.

I tweaked the bigmem fix slightly and submitted it: Committed revision 56295.

History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45177
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-11 20:02:08christian.heimescreate