[issue30243] Core dump when use uninitialized _json objects

2017-05-04 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30243] Core dump when use uninitialized _json objects

2017-05-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Repeated calling of the __init__ method caused memory leaks. -- ___ Python tracker ___ ___ Python-

[issue30215] Make re.compile() locale agnostic

2017-05-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 898ff03e1e7925ecde3da66327d3cdc7e07625ba by Serhiy Storchaka in branch 'master': bpo-30215: Make re.compile() locale agnostic. (#1361) https://github.com/python/cpython/commit/898ff03e1e7925ecde3da66327d3cdc7e07625ba -- __

[issue29094] Regression in zipfile writing in 2.7.13

2017-05-04 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- pull_requests: +1566 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue30247] Make importlib.machinery class handle os.PathLike path

2017-05-04 Thread Nick Coghlan
Nick Coghlan added the comment: FileFinder only handles a single directory, and FileLoader only handles a single file, so their "path" attributes are paths in the "fspath" sense, rather than the "sys.path" or "PathFinder" sense. Perhaps it would be worth the hassle of migrating to "fspath" as

[issue29621] telnetlib.Telnet.write gives confusing error message when a string is passed in

2017-05-04 Thread Berker Peksag
Berker Peksag added the comment: I agree with David. The documentation of the method starts with "Write a byte string to the socket [...]" and the example at https://docs.python.org/3/library/telnetlib.html#telnet-example is pretty clear. -- nosy: +berker.peksag resolution: -> rejecte

[issue30215] Make re.compile() locale agnostic

2017-05-04 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue29094] Regression in zipfile writing in 2.7.13

2017-05-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset ef4c6ba169ff59215442fc4047d83f7a3d39bf39 by Benjamin Peterson in branch '2.7': Revert "Issue #29094: Offsets in a ZIP file created with extern file object and modes" (#1467) https://github.com/python/cpython/commit/ef4c6ba169ff59215442fc4047d8

[issue30192] hashlib module breaks with 64-bit kernel and 32-bit user space

2017-05-04 Thread Berker Peksag
Berker Peksag added the comment: Neil, can this issue be closed or do you want to backport to 3.6? -- nosy: +berker.peksag ___ Python tracker ___

<    1   2