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 hfuru
Recipients hfuru
Date 2010-11-08.14:11:29
SpamBayes Score 4.416947e-09
Marked as misclassified No
Message-id <1289225493.06.0.31753137713.issue10359@psf.upfronthosting.co.za>
In-reply-to
Content
Here are some ISO C conformance patches, and
a minor cleanup I encountered along the way.

Lib/distutils/tests/test_config_cmd.py // comment --> /* comment */.
Lib/distutils/tests/test_build_ext.py,
Objects/weakrefobject.c,
Modules/_pickle.c,
Modules/_testcapimodule.c,
Python/import.c  .  .  .  .  .  .  .   Remove some invalid ',' and ';'s.
Python/Python-ast.c,
Modules/arraymodule.c  .  .  .  .  .   Non-constant array initializer.
Modules/_csv.c   .  .  .  .  .  .  .   Slight cleanup.
Modules/_ctypes/libffi/src/x86/ffi.c   Empty translation unit.

TODO when bored, if anyone cares for more pedantic ISO patches:
- printf(%p, non-void* pointer): The pointer should be cast to void*.
- More // comments -> /**/, but mostly in system-specific code so I
  can't test any patches I make.
History
Date User Action Args
2010-11-08 14:11:33hfurusetrecipients: + hfuru
2010-11-08 14:11:33hfurusetmessageid: <1289225493.06.0.31753137713.issue10359@psf.upfronthosting.co.za>
2010-11-08 14:11:31hfurulinkissue10359 messages
2010-11-08 14:11:30hfurucreate