Issue 10804: Copy and paste error in _json.c (original) (raw)

Issue10804

Created on 2011-01-02 12:28 by torsten, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch torsten,2011-01-02 12:28 Patch to fix the typo
Messages (3)
msg125044 - (view) Author: Torsten Landschoff (torsten) * Date: 2011-01-02 12:28
There is a copy and paste error in _json.c: The pairs_hook field is assigned but object_hook is verified to be non-null. The same field is verified a few lines back to this is superfluous at least.
msg125047 - (view) Author: Torsten Landschoff (torsten) * Date: 2011-01-02 12:31
FYI, this bug is not in Python 3.3 (as of svn r87615).
msg125053 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-01-02 14:20
Thanks, fixed in r87626.
History
Date User Action Args
2022-04-11 14:57:10 admin set github: 55013
2011-01-02 14:20:24 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: fixed
2011-01-02 12:31:55 torsten set messages: +
2011-01-02 12:28:18 torsten create