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 alexandre.vassalotti
Recipients alexandre.vassalotti, belopolsky, gvanrossum
Date 2008-04-12.21:56:23
SpamBayes Score 0.034683943
Marked as misclassified No
Message-id <1208037386.24.0.243540054092.issue1950@psf.upfronthosting.co.za>
In-reply-to
Content
I revised the patch with respect to Alexander's comments. In summary,
here is what I changed from the previous patch:

  - Removed the unnecessary "fixes" to Objects/structseq.c
    and Modules/timemodule.c
  - Updated Objects/typeobject.c to forbid null-bytes in __doc__,
    since they cannot be handled in the `tp_doc` member.
  - Removed an erroneous pointer dereference in Modules/zipimport.c
  - Changed `len+1` to `len` in the memcpy() call in the
    Modules/parsermodule.c fixes
History
Date User Action Args
2008-04-12 21:56:26alexandre.vassalottisetspambayes_score: 0.0346839 -> 0.034683943
recipients: + alexandre.vassalotti, gvanrossum, belopolsky
2008-04-12 21:56:26alexandre.vassalottisetspambayes_score: 0.0346839 -> 0.0346839
messageid: <1208037386.24.0.243540054092.issue1950@psf.upfronthosting.co.za>
2008-04-12 21:56:25alexandre.vassalottilinkissue1950 messages
2008-04-12 21:56:24alexandre.vassalotticreate