New submission from Anoop Thomas Mathew:
Comment in the test_number.py in ctypes test hold a typo bug. Instead of
superseeded, it should be superseded. Patch attached.
--
assignee: docs@python
components: Documentation, Tests
files: ctypes_test_typo.patch
keywords: patch
messages
Anoop Thomas Mathew added the comment:
Made it explicit that close() will close only the mmap, and file will not be
closed. Patch attached.
--
keywords: +patch
nosy: +Anoop.Thomas.Mathew
Added file: http://bugs.python.org/file31689/mmap_close_documentation.patch
Changes by Anoop Thomas Mathew :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<http://bugs.python.org/issue18981>
___
___
Python-bug
Anoop Thomas Mathew added the comment:
Patch for BOM signature documentation in json.loads
--
keywords: +patch
nosy: +Anoop.Thomas.Mathew
Added file:
http://bugs.python.org/file31764/json_BOM_signature_documentation.patch
___
Python tracker
<h
Anoop Thomas Mathew added the comment:
40% faster collections.Counter() . Removed C accelerator. Patch attached.
Passes all tests. Results comparison follows.
--
keywords: +patch
nosy: +Anoop.Thomas.Mathew
Added file:
http://bugs.python.org/file31774
Anoop Thomas Mathew added the comment:
Performance comparison with and without patch applied.
--
Added file: http://bugs.python.org/file31775/performance_comparision.csv
___
Python tracker
<http://bugs.python.org/issue18