[issue34184] Lib/test/test_dataclasses.py failed when ran as a script

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7947 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue32752] no information about accessing typing.Generic type arguments

2018-07-23 Thread Guido van Rossum
Change by Guido van Rossum : -- nosy: -gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34183] Lib/test/test_contextlib_async.py failed when ran as a script

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset db8e3a1e4476620b2b5aaf57acfc3ef58a08213b by Serhiy Storchaka in branch 'master': bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) https://github.com/python/cpython/commit/db8e3a1e4476620b2b5aaf57acfc3ef58a08213b

[issue34183] Lib/test/test_contextlib_async.py failed when ran as a script

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7948 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34084] possible free statically allocated string in compiler when easter egg on

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset aba24ff3601ddc86b85e01880a8be596fb799287 by Serhiy Storchaka in branch 'master': bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) https://github.com/python/cpython/commit/aba24ff3601ddc86b85e01880a8be596fb

[issue34084] possible free statically allocated string in compiler when easter egg on

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7949 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34084] possible free statically allocated string in compiler when easter egg on

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7950 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue32500] PySequence_Length() raises TypeError on dict type

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a6fdddb7df00aefad2ec6e362dbf10d4bd8bff32 by Serhiy Storchaka in branch 'master': bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846) https://github.com/python/cpython/commit/a6fdddb7df00aefad2ec6e362dbf10d4bd8bff32 --

[issue32500] PySequence_Length() raises TypeError on dict type

2018-07-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-b

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7951 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: New changeset bde782bb594edffeabe978abeee2b7082ab9bc2a by Tal Einat (Matthias Bussonnier) in branch 'master': bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) https://github.com/python/cpython/commit/bde782bb594edffeabe978abeee2b7082ab9bc2a

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7952 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +7953 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue34184] Lib/test/test_dataclasses.py failed when ran as a script

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 635338248f967728f13b7bc4b9969aedff51eef6 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7': bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) (GH-8421) https://github.com/python/cpython/commit/635338248f96772

[issue34021] [2.7] test_regrtest: test_env_changed() fails on x86 Windows XP VS9.0 2.7

2018-07-23 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Another failure in sx86 Windows XP VS9.0 2.7: https://buildbot.python.org/all/#/builders/105/builds/195 Total duration: 28 min 12 sec Tests result: FAILURE then FAILURE test test_regrtest failed -- Traceback (most recent call last): File "d:\cygwin\

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: New changeset 5b3643d1a5114551350a9d17fb0aaab2d503c290 by Tal Einat (Miss Islington (bot)) in branch '3.6': bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8426) https://github.com/python/cpython/commit/5b3643d1a5114551350a9d17fb0aaab2d5

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: New changeset f7e60a69485097dc28f000c55615038278f84333 by Tal Einat in branch '2.7': [2.7] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8427) https://github.com/python/cpython/commit/f7e60a69485097dc28f000c55615038278f84333 ---

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: New changeset 4e166ffd29b675238ccd94964743f6cb206d2235 by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8425) https://github.com/python/cpython/commit/4e166ffd29b675238ccd94964743f6cb20

[issue33468] Add try-finally contextlib.contextmanager example

2018-07-23 Thread Tal Einat
Tal Einat added the comment: Thanks for the PR, Matthias Bussonnier! -- nosy: +mbussonn resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7 ___ Python tracker _

[issue30863] Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString()

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: Would it be possible to remove the wchar_t* cache? -- ___ Python tracker ___ ___ Python-bugs-list

[issue34190] x86 Gentoo Refleaks 3.x: test_sys_setprofile leaked [1, 1, 1] references, sum=3

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset 25b87d35675301a929982db6d3783af4f715 by Victor Stinner (Miss Islington (bot)) in branch '3.7': bpo-34190: Fix reference leak in call_function() (GH-8413) (GH-8418) https://github.com/python/cpython/commit/25b87d35675301a929982db6d3783af4

[issue34190] x86 Gentoo Refleaks 3.x: test_sys_setprofile leaked [1, 1, 1] references, sum=3

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: Thanks Jeroen Demeyer for the good and quick fix! I applied it to 3.7 and master branches. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue30863] Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString()

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Only after removing PyUnicode_AsUnicodeAndSize() and related PyArg_ParseTuple codes. -- ___ Python tracker ___ ___

[issue34183] Lib/test/test_contextlib_async.py failed when ran as a script

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 519fc551d7778ac698033846bb052a12b7d491e2 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7': bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) (GH-8422) https://github.com/python/cpython/commit/519fc551d7

[issue34184] Lib/test/test_dataclasses.py failed when ran as a script

2018-07-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34183] Lib/test/test_contextlib_async.py failed when ran as a script

2018-07-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34084] possible free statically allocated string in compiler when easter egg on

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 220afffb683af1ba9e04c37535cfaa41348e9ebb by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7': bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8423) https://github.com/python/cpython/commit/220a

[issue34084] possible free statically allocated string in compiler when easter egg on

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset ec729d5407adafaae566136448ef0551bb29c070 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.6': bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8424) https://github.com/python/cpython/commit/ec72

[issue13407] tarfile doesn't support multistream bzipped tar files

2018-07-23 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +7954 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyt

[issue34202] 3.6 ZipFile fails with Path

2018-07-23 Thread Michael Kleehammer
New submission from Michael Kleehammer : ZipFile is documented to accept "path-like" objects but is failing when I try to create one. I've distilled it down to this small test: import zipfile from pathlib import Path path = Path('test.zip') zf = zipfile.ZipFile(path, 'w')

[issue34203] documentation: recommend Python 3 over 2 in faq

2018-07-23 Thread abcdef
New submission from abcdef : FAQ "How stable is Python" https://docs.python.org/3/faq/general.html#how-stable-is-python"; states "There are two recommended production-ready versions at this point in time, because at the moment there are two branches of stable releases: 2.x and 3.x. Python 3.

[issue34203] documentation: recommend Python 3 over 2 in faq

2018-07-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Yep. Please propose a patch. I think this should be updated even for Python 2.7 docs, which is nearing EOL. -- nosy: +Mariatta stage: -> needs patch versions: +Python 2.7, Python 3.6, Python 3.7 ___ Python tracke

[issue34198] Additional encoding options to tkinter.filedialog

2018-07-23 Thread Narito Takizawa
Change by Narito Takizawa : -- pull_requests: -7938 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34202] 3.6 ZipFile fails with Path

2018-07-23 Thread bbayles
Change by bbayles : -- nosy: +bbayles ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue34198] Additional encoding options to tkinter.filedialog

2018-07-23 Thread Narito Takizawa
Change by Narito Takizawa : -- pull_requests: +7955 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue34202] 3.6 ZipFile fails with Path

2018-07-23 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report! Support for path-like objects was added in 3.6.2. I think you either have 3.6.0 or 3.6.1 installed on your system. Please upgrade it to the latest bugfix release. With 3.6.6, I got the following results: >>> import zipfile >>> from pat

[issue34149] Behavior of the min/max with key=None

2018-07-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset e22072fb11246f125aa9ff7629c832b9e2407ef0 by Raymond Hettinger (Alexander Marshalov) in branch 'master': bpo-34149: Behavior of the min/max with key=None (GH-8328) https://github.com/python/cpython/commit/e22072fb11246f125aa9ff7629c832b9e2407e

[issue34149] Behavior of the min/max with key=None

2018-07-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: Alexander, thanks for the suggestion and patch. -- components: +Library (Lib) resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue34199] Add support for delete logger in log module.

2018-07-23 Thread Chetan kolhe
Chetan kolhe added the comment: Hi Loggers are static objects managed by the module itself. When you create one, it won't be removed until you leave the shell all logger instance is stored in this location. "Logger.manager.loggerDict" which is the dictionary. we can delete logger instance us

[issue33073] Add as_integer_ratio() to int() objects

2018-07-23 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: Nofar Schnider -> lisroach nosy: +lisroach ___ Python tracker ___ ___ Python-bugs-list ma

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-23 Thread INADA Naoki
Change by INADA Naoki : -- keywords: +patch pull_requests: +7956 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue27671] FAQ: len() is still function for good reason.

2018-07-23 Thread INADA Naoki
Change by INADA Naoki : -- pull_requests: +7957 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

2018-07-23 Thread INADA Naoki
Change by INADA Naoki : -- pull_requests: +7958 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

<    1   2