[issue20767] Some python extensions can't be compiled with clang 3.4

2018-01-30 Thread Kubilay Kocak
Kubilay Kocak added the comment: If the intent is to use this issue to track the resolution of the original issue (clang compilation broken) and cover the new PR (which just moves the code from os detection to compiler detection), then it can remain open. Otherwise

[issue20767] Some python extensions can't be compiled with clang 3.4

2018-01-30 Thread Kubilay Kocak
Kubilay Kocak added the comment: The changeset(s) applied in this issue were/are fine (thus no response on the issue) It is the *removal* of the changesets included in this issue (as proposed in https://github.com/python/cpython/pull/5233) that would re-break

[issue32387] Disallow untagged C extension import on major platforms

2018-01-30 Thread Gregory P. Smith
Gregory P. Smith added the comment: Interesting use case Josh. I don't know of a good way to deal with non-extension-module Python API using .so files. I like your extension hack, but what is the problem with having the version embedded in the .so name? --

[issue32729] socket error handling needed

2018-01-30 Thread 양영일
New submission from 양영일 : socket error handling needed -- components: IO messages: 311313 nosy: 양영일 priority: normal severity: normal status: open title: socket error handling needed type: crash versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

[issue31356] Add context manager to temporarily disable GC

2018-01-30 Thread Lisa Roach
Lisa Roach added the comment: I gave it a shot- looks like we need to ensure that we catch any errors that could be thrown by the warning itself. I wasn't entirely sure how to create a test for this, if anyone knows how I'll definitely add it! --

[issue31356] Add context manager to temporarily disable GC

2018-01-30 Thread Lisa Roach
Change by Lisa Roach : -- pull_requests: +5284 stage: -> patch review ___ Python tracker ___

[issue25988] collections.abc.Indexable

2018-01-30 Thread Guido van Rossum
Guido van Rossum added the comment: > > But we should make some noise around this change in the 3.7 announcement. > > How about a paragraph in the Deprecation section of the "What's New in Python > 3.7"? document > > https://docs.python.org/dev/whatsnew/3.7.html#deprecated

[issue25988] collections.abc.Indexable

2018-01-30 Thread Ned Deily
Ned Deily added the comment: Guido: > But we should make some noise around this change in the 3.7 announcement. How about a paragraph in the Deprecation section of the "What's New in Python 3.7"? document https://docs.python.org/dev/whatsnew/3.7.html#deprecated --

[issue32637] Android: set sys.platform to android

2018-01-30 Thread Xavier G. Domingo
Change by Xavier G. Domingo : -- nosy: +xgdomingo ___ Python tracker ___ ___

[issue32623] Resize dict on del/pop

2018-01-30 Thread Xavier G. Domingo
Change by Xavier G. Domingo : -- nosy: +xgdomingo ___ Python tracker ___ ___

[issue30491] Add a lightweight mechanism for detecting un-awaited coroutine objects

2018-01-30 Thread Xavier G. Domingo
Change by Xavier G. Domingo : -- nosy: +xgdomingo ___ Python tracker ___ ___

[issue32694] Can no longer specify OpenSSL locations with CPPFLAGS / LDFLAGS ?

2018-01-30 Thread Josh Rosenberg
Change by Josh Rosenberg : -- title: Can no longer specify OpenSLL locations with CPPFLAGS / LDFLAGS ? -> Can no longer specify OpenSSL locations with CPPFLAGS / LDFLAGS ? ___ Python tracker

[issue32387] Disallow untagged C extension import on major platforms

2018-01-30 Thread Josh Rosenberg
Josh Rosenberg added the comment: So, just for clarity, is there another approved mechanism for distributing an extension that just happens to act as a (Python version specific) C support library? I've wanted to be able to build a library (static or dynamic)

[issue32723] codecs.open silently ignores argument errors

2018-01-30 Thread Josh Rosenberg
Change by Josh Rosenberg : -- versions: -Python 2.7 ___ Python tracker ___

[issue32723] codecs.open silently ignores argument errors

2018-01-30 Thread Josh Rosenberg
Josh Rosenberg added the comment: On rereading the docs for Python 3 codecs.open, it doesn't seem to document the whole "no encoding means no codecs.StreamReaderWriter wrapping behavior" at all. First off, any fix would only apply to Python 3 (I've removed 2.7

[issue32723] codecs.open silently ignores argument errors

2018-01-30 Thread Josh Rosenberg
Josh Rosenberg added the comment: Ah, my mistake. That said, when you're not passing an encoding, you're still just calling regular open, it's not doing any special codecs.open wrapping (on Python 2, this meant you weren't decoding the input at all, on Python 3

[issue31912] PyMem_Malloc() should guarantee alignof(max_align_t)

2018-01-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- nosy: +gregory.p.smith, twouters ___ Python tracker ___ ___

[issue27987] obmalloc's 8-byte alignment causes undefined behavior

2018-01-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- nosy: +gregory.p.smith, twouters ___ Python tracker ___ ___

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +5283 ___ Python tracker ___

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread R. David Murray
R. David Murray added the comment: New changeset 8d83e4ba7823827bcbc119db887004d5c3a63dc6 by R. David Murray (Stéphane Wirtel) in branch 'master': bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451)

[issue31356] Add context manager to temporarily disable GC

2018-01-30 Thread Raymond Hettinger
Raymond Hettinger added the comment: > (PyErr_WarnEx might error out; please update the code to handle that) Lisa, would you like to take a crack at fixing this one? -- ___ Python tracker

[issue32722] Mislabeling of a dict comprehension as a generator expression in the tutorial

2018-01-30 Thread Soothsayer
Soothsayer added the comment: I agree that 2.7 is incorrect also, 2.7 has dict comprehensions also so there's no reason to pass a generator expression to dict(). I add 3.4 and 3.8 because they also have the problem. -- versions: +Python 3.4, Python 3.8

[issue32045] Does json.dumps have a memory leak?

2018-01-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue30697] segfault in PyErr_NormalizeException() after memory exhaustion

2018-01-30 Thread Ned Deily
Ned Deily added the comment: I don't know what the right answer here is. But since there don't seem to be strong opinions one way or the other with regard to 3.7, I am not going to hold 3.7.0b1 for a resolution. -- priority: release blocker -> deferred blocker

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: The new test crashes without my fix but once we use the fix, all the tests pass. I have modified the SimSMTPServer.process_manage method -- ___ Python tracker

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread R. David Murray
R. David Murray added the comment: We need a test that will fail without your fix. -- ___ Python tracker ___

[issue31356] Add context manager to temporarily disable GC

2018-01-30 Thread Yury Selivanov
Yury Selivanov added the comment: A bug found by coverity: (PyErr_WarnEx might error out; please update the code to handle that) *** CID 1428756: Error handling

[issue31356] Add context manager to temporarily disable GC

2018-01-30 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: fixed -> stage: resolved -> status: closed -> open ___ Python tracker ___

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-01-30 Thread Yury Selivanov
Yury Selivanov added the comment: A couple defects reported by coverity: ** CID 1428758: Integer handling issues (CONSTANT_EXPRESSION_RESULT) /Modules/_xxsubinterpretersmodule.c: 45 in _coerce_id()

[issue32722] Mislabeling of a dict comprehension as a generator expression in the tutorial

2018-01-30 Thread Brett Cannon
Change by Brett Cannon : -- title: Classes -> Mislabeling of a dict comprehension as a generator expression in the tutorial ___ Python tracker

[issue29708] support reproducible Python builds

2018-01-30 Thread Brett Cannon
Change by Brett Cannon : -- assignee: brett.cannon -> stage: resolved -> ___ Python tracker ___

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: yep, you can take a look but all the tests are green on Travis, maybe you will understand why I don't see the interest of my new test. you are the master for the email part ;-) -- ___ Python

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread R. David Murray
R. David Murray added the comment: The current test suite had better work fine without your new test, otherwise your fix broke something :) I will take a look. -- ___ Python tracker

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: @r.david.murray I just updated the PR with a test, but I am not sure about it, could you give me your opinion because the current test suite works fine without my new test. -- ___ Python

[issue19495] context manager for measuring duration of blocks of code

2018-01-30 Thread R. David Murray
R. David Murray added the comment: FWIW, we just ran in to the need for this on our project, and used 'Time' from the contexttimer package on pypi. In our use case we want the number so we can log it, and what we care about is the actual elapsed time, not a precise

[issue19495] context manager for measuring duration of blocks of code

2018-01-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hello everyone, I was interested in similar functionality for timeit and found this discussion. I know it's too late for 3.7, but I was wondering if it would be worth putting this on python-ideas or python-dev to try to get some consensus

[issue32690] Return function locals() in order of creation?

2018-01-30 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thank Nick. -- ___ Python tracker ___ ___

[issue32045] Does json.dumps have a memory leak?

2018-01-30 Thread Rohan D'Sa
Rohan D'Sa added the comment: Yes. Thanks. On 30 Jan 2018 8:31 PM, "Cheryl Sabella" wrote: > > Cheryl Sabella added the comment: > > Can this be closed as 'Not a Bug'? > > -- > nosy: +csabella > >

[issue27428] Document WindowsRegistryFinder inherits from MetaPathFinder

2018-01-30 Thread Brett Cannon
Brett Cannon added the comment: Docs should still be correct. -- ___ Python tracker ___

[issue32045] Does json.dumps have a memory leak?

2018-01-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: Can this be closed as 'Not a Bug'? -- nosy: +csabella ___ Python tracker ___

[issue25095] test_httpservers hangs since Python 3.5

2018-01-30 Thread William Pickard
Change by William Pickard : -- versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___

[issue19915] int.bit_at(n) - Accessing a single bit in O(1)

2018-01-30 Thread Nitish
Change by Nitish : -- nosy: +nitishch ___ Python tracker ___ ___ Python-bugs-list

[issue27428] Document WindowsRegistryFinder inherits from MetaPathFinder

2018-01-30 Thread Cheryl Sabella
Cheryl Sabella added the comment: Since WindowsRegistryFinder was deprecated in 3.6, should this be closed or should the documentation still be corrected? -- nosy: +csabella versions: +Python 3.7 -Python 3.5, Python 3.6 ___

[issue30117] test_lib2to3.test_parser.test_all_project_files() fails

2018-01-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset a23a2c555c4187f349276fe2f2ceffa953d0afe9 by Benjamin Peterson in branch '3.6': [3.6] closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) (GH-5443)

[issue30117] test_lib2to3.test_parser.test_all_project_files() fails

2018-01-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: 1e17d4aaff5c7ca972bab437949d2bb51c5b30f7. I don't think you can pin test_subprocess on this change, though. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread R. David Murray
R. David Murray added the comment: Yes, you'll have to write a test. Add a test after test_send_unicode_without_SMTPUTF8, but put the unicode in the name field of the 'from' address and test that it is accepted. You should be able to figure out how to check for

[issue32611] Tkinter taskbar icon (Windows)

2018-01-30 Thread Minion Jim
Minion Jim added the comment: Sorry for posting this as a bug :-( When I reupdated (again) it sorted itself out (for whatever reason). So once again sorry for wasting your time. -- ___ Python tracker

[issue19915] int.bit_at(n) - Accessing a single bit in O(1)

2018-01-30 Thread Tamás Bajusz
Change by Tamás Bajusz : -- nosy: +gbtami ___ Python tracker ___ ___ Python-bugs-list

[issue29882] Add an efficient popcount method for integers

2018-01-30 Thread Tamás Bajusz
Change by Tamás Bajusz : -- nosy: +gbtami ___ Python tracker ___ ___ Python-bugs-list

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +5282 stage: -> patch review ___ Python tracker ___

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: @r.david.murray I am interested with your opinion about a test for this PR, if you have an idea, because all the tests pass on my laptop -- ___ Python tracker

[issue32728] Extend zipfile's compression level support to LZMA

2018-01-30 Thread bbayles
New submission from bbayles : In [1] (issue 21417), support for setting an archive (or its files) compression level was added to the zipfile module. That currently works for the ZIP_DEFLATED and ZIP_BZIP2 compression methods, but not for ZIP_LZMA. This is because zipfile

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: @r.david.murray I started to work on a fix. -- ___ Python tracker ___

[issue28494] is_zipfile false positives

2018-01-30 Thread John Jolly
Change by John Jolly : -- nosy: +gregory.p.smith ___ Python tracker ___ ___

[issue28494] is_zipfile false positives

2018-01-30 Thread John Jolly
John Jolly added the comment: Is there any chance that this will make it into 3.7 or is my reminder too late? -- ___ Python tracker

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Michaël Lemaire
Michaël Lemaire added the comment: Oups @r.david.murray, just saw I posted over your message, and removed you from the nozy list, sorry. -- nosy: +r.david.murray ___ Python tracker

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Michaël Lemaire
Michaël Lemaire added the comment: Sure : #coding: utf-8 import email.utils from email.message import EmailMessage from smtplib import SMTP m = EmailMessage() m['From'] = email.utils.formataddr(("Michaël", "mich...@example.com")) m['To'] = email.utils.formataddr(("René",

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread R. David Murray
R. David Murray added the comment: Yes, that looks like a bug. Should be a one line bug fix, plus tests and news item if someone wants to make a PR... -- nosy: +r.david.murray ___ Python tracker

[issue32476] Add concat functionality to ElementTree xpath find

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I think (but not sure) that your feature will be included in 3.8 because 3.7 has been frozen today :/ @ned do you think you could integrate this functionality in 3.7 or 3.8 ? -- nosy: +ned.deily

[issue32476] Add concat functionality to ElementTree xpath find

2018-01-30 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.7 ___ Python tracker ___ ___

[issue32476] Add concat functionality to ElementTree xpath find

2018-01-30 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Do you have an example with a test? Thank you -- nosy: +matrixise ___ Python tracker ___

[issue25942] Do not immediately SIGKILL subprocess child processes upon ^C

2018-01-30 Thread Stuart Berg
Change by Stuart Berg : -- nosy: +stuarteberg ___ Python tracker ___ ___

[issue32727] smtplib's SMTP.send_message behaves differently with from_addr and to_addrs

2018-01-30 Thread Michaël Lemaire
New submission from Michaël Lemaire : Hi, I noticed that SMTP.send_message, when getting the sender and recipients from the Message object, strips the name from recipients (to keep only the address), but not from the sender. if from_addr is None: #

[issue32221] Converting ipv6 address to string representation using getnameinfo() is wrong.

2018-01-30 Thread Марк Коренберг
Change by Марк Коренберг : -- pull_requests: +5281 ___ Python tracker ___ ___

[issue32146] multiprocessing freeze_support needed outside win32

2018-01-30 Thread bbayles
bbayles added the comment: I presume it's too late to get my pull request in for 3.7, but perhaps we could get a note in the documentation for this before release? That could be as simple as: .. warning:: The ``'spawn'`` and ``'forkserver'`` start methods

[issue32476] Add concat functionality to ElementTree xpath find

2018-01-30 Thread John Jolly
John Jolly added the comment: I understand that the feature is likely too late, but I do not want it to get lost. Is there any way to make certain this feature is accepted for the next release? Do I just select the 3.8 version for this issue? --

[issue27321] Email parser creates a message object that can't be flattened

2018-01-30 Thread R. David Murray
R. David Murray added the comment: Requested a small additional change to the new tests, and then this will be ready to go in. -- ___ Python tracker

[issue32515] Add an option to trace to run module as a script

2018-01-30 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___

[issue28914] selectmodule build fails

2018-01-30 Thread STINNER Victor
STINNER Victor added the comment: I merged a PR based on selectmodule.patch. Thanks Wataru Matsumoto for your contribution! Python 3.6 doesn't seem to be affected by the issue. I close the issue. -- resolution: -> fixed stage: patch review -> resolved

[issue32726] macOS installer and framework enhancements and changes for 3.7.0

2018-01-30 Thread Ned Deily
Ned Deily added the comment: New changeset 8c9bb72e8b6474ae722f7d6521cfb3cb2e26e3c5 by Ned Deily in branch 'master': bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448)

[issue32725] Instance of _multiprocessing.PipeConnection-subtype crash on deletion

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: The test is executed under Windows. -- components: +Windows nosy: +matrixise, paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker

[issue32726] macOS installer and framework enhancements and changes for 3.7.0

2018-01-30 Thread Ned Deily
Change by Ned Deily : -- title: 3.7.0 macOS installer and framework enhancements and changes -> macOS installer and framework enhancements and changes for 3.7.0 ___ Python tracker

[issue32726] 3.7.0 macOS installer and framework enhancements and changes

2018-01-30 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +5280 stage: -> patch review ___ Python tracker ___

[issue32726] 3.7.0 macOS installer and framework enhancements and changes

2018-01-30 Thread Ned Deily
New submission from Ned Deily : This issue covers various changes for the macOS installers provided via python.org for 3.7.0. -- components: Build, macOS messages: 311268 nosy: ned.deily, ronaldoussoren priority: normal severity: normal status: open title: 3.7.0 macOS

[issue28914] selectmodule build fails

2018-01-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset b8d90328ad2abc9d6d2c9b8ce769fb82b18bbc10 by Victor Stinner in branch 'master': bpo-28914: Fix compilation of select on Android (#5447) https://github.com/python/cpython/commit/b8d90328ad2abc9d6d2c9b8ce769fb82b18bbc10

[issue30117] test_lib2to3.test_parser.test_all_project_files() fails

2018-01-30 Thread STINNER Victor
STINNER Victor added the comment: x86 Windows7 3.x: http://buildbot.python.org/all/#/builders/58/builds/563 == FAIL: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCase)

[issue24132] Direct sub-classing of pathlib.Path

2018-01-30 Thread Torsten Bronger
Change by Torsten Bronger : -- nosy: +bronger ___ Python tracker ___ ___

[issue28914] selectmodule build fails

2018-01-30 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +5279 stage: -> patch review ___ Python tracker ___

[issue32722] Classes

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: This example is also in 2.7 https://docs.python.org/2.7/tutorial/classes.html#generator-expressions -> I add 2.7 -- nosy: +matrixise versions: +Python 2.7 ___ Python tracker

[issue30117] test_lib2to3.test_parser.test_all_project_files() fails

2018-01-30 Thread STINNER Victor
STINNER Victor added the comment: Different failure on AMD64 Windows10 3.x: == FAIL: test_all_project_files (lib2to3.tests.test_parser.TestParserIdempotency)

[issue32723] codecs.open silently ignores argument errors

2018-01-30 Thread Xiang Zhang
Xiang Zhang added the comment: I don't understand Josh. Looking from the code only when *passing* encoding binary mode is forced, although in the comment it's saying always. >>> f = codecs.open('/tmp/a', 'w') >>> f For example I want to use 'replace' instead of 'strict'

[issue30117] test_lib2to3.test_parser.test_all_project_files() fails

2018-01-30 Thread STINNER Victor
STINNER Victor added the comment: Failure on AMD64 Windows8.1 Non-Debug 3.x: http://buildbot.python.org/all/#/builders/12/builds/585 == ERROR: test_all_project_files

[issue32722] Classes

2018-01-30 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +5278 stage: -> patch review ___ Python tracker ___

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2018-01-30 Thread Ned Deily
Ned Deily added the comment: New changeset 763f094b1f0ce2a07768828e78afe9687e9ad3bb by Ned Deily in branch 'master': bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) https://github.com/python/cpython/commit/763f094b1f0ce2a07768828e78afe9687e9ad3bb

[issue32725] Instance of _multiprocessing.PipeConnection-subtype crash on deletion

2018-01-30 Thread Clement Rouault
New submission from Clement Rouault : While playing with '_multiprocessing.PipeConnection' I found out that instancing an object with a subtype of '_multiprocessing.PipeConnection' will crash the interpreter when the object is deleted. My guess is that some connection

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2018-01-30 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +5277 ___ Python tracker ___ ___ Python-bugs-list

[issue32476] Add concat functionality to ElementTree xpath find

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: as explained on the PR, maybe you could add in the documentation. ..versionadded:: 3.7 Support of the XPath concat function but maybe your PR is too late because 3.7 starts to be in the frozen period for the features. --

[issue32724] Fix references to commands in Doc/pdb.rst

2018-01-30 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: thanks -- ___ Python tracker ___ ___

[issue32724] Fix references to commands in Doc/pdb.rst

2018-01-30 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32724] Fix references to commands in Doc/pdb.rst

2018-01-30 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 67adb31a416864f853772c3e74a06caeadc9b6f1 by Andrew Svetlov (Stéphane Wirtel) in branch 'master': bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)

[issue32387] Disallow untagged C extension import on major platforms

2018-01-30 Thread Christian Heimes
Christian Heimes added the comment: +1 -- nosy: +christian.heimes ___ Python tracker ___

[issue32387] Disallow untagged C extension import on major platforms

2018-01-30 Thread Gregory P. Smith
Gregory P. Smith added the comment: did this get discussed on distutils-sig? It's a trivial change (for the POSIX only PR) and would be neat to go through one of the 3.7 beta cycles to see if anything serious an unexpected is likely to come up for anyone. --

[issue22908] ZipExtFile in zipfile can be seekable

2018-01-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- resolution: -> fixed stage: patch review -> commit review status: open -> closed versions: +Python 3.7 -Python 3.5 ___ Python tracker

[issue22908] ZipExtFile in zipfile can be seekable

2018-01-30 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 066df4fd454d6ff9be66e80b2a65995b10af174f by Gregory P. Smith (John Jolly) in branch 'master': bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)

[issue22908] ZipExtFile in zipfile can be seekable

2018-01-30 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: serhiy.storchaka -> gregory.p.smith nosy: +gregory.p.smith ___ Python tracker ___

[issue32724] Fix references to commands in Doc/pdb.rst

2018-01-30 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +5276 stage: -> patch review ___ Python tracker ___

[issue32724] Fix references to commands in Doc/pdb.rst

2018-01-30 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : In the documentation of pdb.rst, we explain that we have to use some commands, but there is no link to these commands. -- assignee: docs@python components: Documentation messages: 311253 nosy: Mariatta, docs@python, matrixise