[issue32707] Python/hamt.c warnings

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: > IMHO it's a real bug, No. HAMT bitmap and array nodes can only store up to 32 pointers, so we use Py_ssize_t & Py_SIZE only because those nodes are PyObject_VAR_HEAD objects. -- stage: patch review -> ___ Python

[issue27931] Email parse IndexError <""@wiarcom.com>

2018-01-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +5266 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue27931] Email parse IndexError <""@wiarcom.com>

2018-01-29 Thread R. David Murray
R. David Murray added the comment: New changeset aa218d1649690d1c1ba86a9972f7fae646bf1a8f by R. David Murray (jayyyin) in branch 'master': bpo-27931: Fix email address header parsing error (#5329) https://github.com/python/cpython/commit/aa218d1649690d1c1ba86a9972f7fae646bf1a8f -- _

[issue32707] Python/hamt.c warnings

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset b647d7039d396b1da71ab33b101a78b53d4e6834 by Yury Selivanov in branch 'master': bpo-32707: Fix warnings in hamt.c (#5430) https://github.com/python/cpython/commit/b647d7039d396b1da71ab33b101a78b53d4e6834 -- _

[issue32707] Python/hamt.c warnings

2018-01-29 Thread Yury Selivanov
Change by Yury Selivanov : -- components: -asyncio ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue32707] Python/hamt.c warnings

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: Hopefully the warnings will be fixed. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue32703] 'async with' somehow suppresses unawaited coroutine warnings

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 2a2270db9be9bdac5ffd2d50929bf905e7391a06 by Yury Selivanov in branch 'master': bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410) https://github.com/python/cpython/commit/2a2270db9be9bdac5ffd2d50929bf905e7391a06

[issue32703] 'async with' somehow suppresses unawaited coroutine warnings

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: Merged; closing this issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32605] Should we really hide unawaited coroutine warnings when an exception is pending?

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: With PR https://github.com/python/cpython/pull/5410 being merged I believe this issue can be now closed. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue32605] Should we really hide unawaited coroutine warnings when an exception is pending?

2018-01-29 Thread Yury Selivanov
Change by Yury Selivanov : -- components: +Interpreter Core -asyncio ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue32698] Improper gzip compression if output file extension is not "gz"

2018-01-29 Thread Adrien
Adrien added the comment: Thanks @martin.panter for your response. I will close this issue as "not a bug" as there is a workaround and as the current behavior could be deduced by reading carefully the entire documentation. -- resolution: -> not a bug stage: -> resolved status: open

[issue32232] building extensions as builtins is broken in 3.7

2018-01-29 Thread Ned Deily
Ned Deily added the comment: Thanks Pablo for taking up the challenge! I just took a quick look at the current state of PR 5256 and I noted numerous issues that need to be addressed with the test. I don't have time at the moment to review the non-test changes. It would be good if another c

[issue24325] Speedup types.coroutine()

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: Closing this one now--there's no point in speeding up types.coroutine anymore. -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue20104] expose posix_spawn(p)

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: FYI New defect(s) Reported-by: Coverity Scan Showing 2 of 2 defect(s) ** CID 1428733: Memory - illegal accesses (RETURN_LOCAL) /Modules/posixmodule.c: 5281 in os_posix_spawn_impl() ___

[issue32550] STORE_ANNOTATION bytecode is unnecessary and can be removed.

2018-01-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: If Mark can get it in tonight, that would be great. The patch has been ready for a long time. It just needs to have the merge conflicts resolved. Otherwise, I think 3.7beta2 would be fine. -- ___ Python tracke

[issue20104] expose posix_spawn(p)

2018-01-29 Thread Yury Selivanov
Change by Yury Selivanov : -- nosy: -yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue20104] expose posix_spawn(p)

2018-01-29 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Thank Yury for the information! This should be fixed now in PR418. -- ___ Python tracker ___ _

[issue20104] expose posix_spawn(p)

2018-01-29 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 0cd6bca65519109a8a7862d38ba1b8924e432a16 by Gregory P. Smith (Pablo Galindo) in branch 'master': bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418) https://github.com/python/cpython/commit/0cd6bca65519109a8a7862d38ba1b8924e432a16

[issue31356] Add context manager to temporarily disable GC

2018-01-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 72a0d218dcc94a3cc409a9ef32dfcd5a7bbcb43c by Raymond Hettinger (Pablo Galindo) in branch 'master': bpo-31356: Add context manager to temporarily disable GC (GH-4224) https://github.com/python/cpython/commit/72a0d218dcc94a3cc409a9ef32dfcd5a7bbcb

[issue31356] Add context manager to temporarily disable GC

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32336] Save OrderedDict import in argparse

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- dependencies: -Dict order is now guaranteed, so add tests and doc for it resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue32492] C Fast path for namedtuple's property/itemgetter pair

2018-01-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: Ned, I don't have time to finish this before 3.7b1. Will you approve for inclusion in 3.7b2? This isn't a user visible feature. It's goal is to bring named tuple attribute lookup performance up to parity with regular classes using __slots__. --

[issue25478] Consider adding a normalize() method to collections.Counter()

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue30097] Command-line option to suppress "from None" for debugging

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue29216] Space saving step for the LRU cache

2018-01-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: I've lost interest in this. -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue28864] Add devnull file-like object

2018-01-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: Closed due to lack of interest (I still think Python would be better-off with this feature). -- resolution: -> later stage: -> resolved status: open -> closed ___ Python tracker

[issue11698] Improve repr for structseq objects to show named, but unindexed fields

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue10716] Modernize pydoc to use better HTML and separate CSS

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue25246] Alternative algorithm for deque_remove()

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- priority: normal -> low versions: +Python 3.8 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-lis

[issue21475] Support the Sitemap extension in robotparser

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- versions: +Python 3.8 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue1818] Add named tuple reader to CSV module

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- priority: low -> normal versions: +Python 3.8 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list

[issue32492] C Fast path for namedtuple's property/itemgetter pair

2018-01-29 Thread Ned Deily
Ned Deily added the comment: OK, it would be nice to get this in and the risk seems relatively low. Good luck! -- priority: normal -> deferred blocker versions: +Python 3.8 ___ Python tracker __

[issue32394] socket lib beahavior change in 3.6.4

2018-01-29 Thread Ned Deily
Ned Deily added the comment: Steve, is there something to be done here for 3.7.0? -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue32713] tarfile.itn breaks if n is a negative float

2018-01-29 Thread Joffrey F
New submission from Joffrey F : Originally reported @ github.com/docker/compose/issues/5618 It seems that tarfile.itn() attempts to execute bitwise operations on a float if the n argument is a negative float, raising a TypeError. As pointed out in the original report, this is an issue when con

[issue32713] tarfile.itn breaks if n is a negative float

2018-01-29 Thread Ned Deily
Change by Ned Deily : -- nosy: +lars.gustaebel ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue31851] test_subprocess hangs randomly on Windows with Python 3.x

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: The test still hangs sometimes. Today on AMD64 Windows10 3.x: http://buildbot.python.org/all/#/builders/3/builds/563 1:24:46 [409/414] test_tokenize passed (489 sec) -- running: test_subprocess (4242 sec) 1:24:50 [410/414] test_codecencodings_cn passed -- run

[issue28134] socket.socket(fileno=fd) does not work as documented

2018-01-29 Thread Christian Heimes
Christian Heimes added the comment: New changeset b6e43af669f61a37a29d8ff0785455108e6bc29d by Christian Heimes in branch 'master': bpo-28134: Auto-detect socket values from file descriptor (#1349) https://github.com/python/cpython/commit/b6e43af669f61a37a29d8ff0785455108e6bc29d -- _

[issue28134] socket.socket(fileno=fd) does not work as documented

2018-01-29 Thread Christian Heimes
Christian Heimes added the comment: I'm leaving the ticket open to remind me that I have to add a whatsnew entry and maybe consider a backport. -- ___ Python tracker ___ _

[issue32713] tarfile.itn breaks if n is a negative float

2018-01-29 Thread Joffrey F
Change by Joffrey F : -- keywords: +patch pull_requests: +5267 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list ma

[issue32714] remove resourceLoader related code since it's deprecated

2018-01-29 Thread Jay Yin
Change by Jay Yin : -- components: +Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue32714] remove resourceLoader related code since it's deprecated

2018-01-29 Thread Jay Yin
New submission from Jay Yin : I recently discovered in the documentation within the code and recent discussions with Barry, that ResourceLoader is deprecated and was wondering if we wanted to remove the code exclusively pertaining to ResourceLoader for clarity and to remove unused code. (PS if

[issue28134] socket.socket(fileno=fd) does not work as documented

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: x86-64 Sierra 3.x is grumpy: http://buildbot.python.org/all/#/builders/14/builds/659 == FAIL: test_uknown_socket_family_repr (test.test_socket.GeneralModuleTests) -

[issue28099] Drop Mac OS X Tiger support in Python 3.6

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: TBH I don't think we need to care about OS X Tiger. I mean Apple itself doesn't care about it anymore, the last release was 10 years ago. How about we drop its buildbot? -- nosy: +yselivanov ___ Python tracker <

[issue29915] Drop Mac OS X Tiger support in Python 3.7?

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: Duplicating my message to issue 28099 here: TBH I don't think we need to care about OS X Tiger. I mean Apple itself doesn't care about it anymore, the last release was 10 years ago. How about we drop its buildbot? I don't see any point in fixing asyncio fo

[issue28134] socket.socket(fileno=fd) does not work as documented

2018-01-29 Thread Christian Heimes
Christian Heimes added the comment: The test for proto isn't super critical. It's mostly ignored any way. I'll submit a band-aid. -- ___ Python tracker ___ ___

[issue28134] socket.socket(fileno=fd) does not work as documented

2018-01-29 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +5268 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue1818] Add named tuple reader to CSV module

2018-01-29 Thread Skip Montanaro
Skip Montanaro added the comment: FWIW, I relinquished my check-in privileges quite awhile ago. This should almost certainly no longer be assigned to me. S -- ___ Python tracker __

[issue32550] STORE_ANNOTATION bytecode is unnecessary and can be removed.

2018-01-29 Thread Guido van Rossum
Guido van Rossum added the comment: I expect that Mark only checks his mail occasionally. Sometimes GitHub lets you edit a PR and then you can also resolve the conflict yourself. If that's not the case feel free to fork the PR and submit it yourself. -- __

[issue29915] Drop Mac OS X Tiger support in Python 3.7?

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is now closed, it should be reopened if you want to reopen the discussion. The question for Tiger is how to debug bugs, since Apple forces macOS upgrades, so most users only run the latest macOS version... -- __

[issue29915] Drop Mac OS X Tiger support in Python 3.7?

2018-01-29 Thread Ned Deily
Ned Deily added the comment: Yury, is there a current problem with running on 10.4? Yes, it's very old but it's been very stable and very good at finding compatibility issues with non-mainstream operating systems. Unless there's a burning issue, let's revisit this after beta 1. --

[issue29915] Drop Mac OS X Tiger support in Python 3.7?

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: > Unless there's a burning issue, let's revisit this after beta 1. There're no burning issues currently, last fixes to asyncio made the buildbot happy. I'm totally fine to revisit this later. -- ___ Python tracker

[issue27931] Email parse IndexError <""@wiarcom.com>

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 6ea75b174da0cf824e2acc5db6b53798f5f4e4f9 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431) https://github.com/python/cpython/commit/6ea75b174da0cf824e2acc5db6b53798f5f4e4f9

[issue32715] Make create_unix_server for SOCK_DGRAM work

2018-01-29 Thread holger
New submission from holger : The current implementation verifies that the sock passed is a stream socket. This limitation appears to be arbitrary and is limiting. * An AF_UNIX SOCK_DGRAM server socket becomes readable when one can accept(2) it. Just like SOCK_STREAM. * One could provide a diff

[issue32550] STORE_ANNOTATION bytecode is unnecessary and can be removed.

2018-01-29 Thread Mark Shannon
Mark Shannon added the comment: If it can wait another hour, I will be at home and can do the rebase then. -- ___ Python tracker ___ ___

[issue32550] STORE_ANNOTATION bytecode is unnecessary and can be removed.

2018-01-29 Thread Ned Deily
Ned Deily added the comment: Mark, at the moment, you have at least another 14 hours until the announced code freeze deadline :) -- nosy: +ned.deily ___ Python tracker ___ ___

[issue32550] STORE_ANNOTATION bytecode is unnecessary and can be removed.

2018-01-29 Thread Guido van Rossum
Guido van Rossum added the comment: Awesome! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue32715] Make create_unix_server for SOCK_DGRAM work

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: SOCK_DGRAM is never reliable, even for AF_UNIX. It might appear reliable to your test code, but there's no guarantee for that under any OS in Posix standard AFAIK. -- resolution: -> rejected stage: -> resolved status: open -> closed __

[issue30697] segfault in PyErr_NormalizeException() after memory exhaustion

2018-01-29 Thread Brett Cannon
Brett Cannon added the comment: No opinion from me on how critical this is. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue32714] remove resourceLoader related code since it's deprecated

2018-01-29 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: We can't remove the code because it might still be used by third parties. Deprecation generally means we inform users that they shouldn't use the code any more (possibly with a DeprecationWarning, although we decided not to do that in this case). We defini

[issue32716] setup.py register --repository is broken

2018-01-29 Thread Takayuki SHIMIZUKAWA
New submission from Takayuki SHIMIZUKAWA : Although document https://docs.python.org/3.6/distutils/packageindex.html#package-cmdoptions says "The --repository or -r option lets you specify a PyPI server different from the default", if there is no URL specified in ``.pypirc`` it will display "

[issue32715] Make create_unix_server for SOCK_DGRAM work

2018-01-29 Thread holger
holger added the comment: Could you please tell me which exact posix document and paragraph says that? In Linux sending can fail but once sendmsg worked the message is enqueued on the other socket (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/unix/af_unix.c?id=1

[issue32394] socket lib beahavior change in 3.6.4

2018-01-29 Thread Steve Dower
Steve Dower added the comment: I like Kamil's suggestion. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32715] Make create_unix_server for SOCK_DGRAM work

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: Hm, maybe I'm mistaken here, but I have no time right now to confirm. I'll reopen the issue so that we can consider this (and especially SEQPACKET) for 3.8. Sorry for insta-reject :) -- resolution: rejected -> stage: resolved -> status: closed -> o

[issue32226] Implement PEP 560: Core support for typing module and generic types

2018-01-29 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: OK, I will close this issue, and open separate issues for documentation, Union, etc. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32717] Document PEP 560

2018-01-29 Thread Ivan Levkivskyi
New submission from Ivan Levkivskyi : This should include: * Short documentation PR for `__mro_entry__` and `__base_subclass__` methods. * The `__class_getitem__` C API calling convention (with motivation, many classes are implemented in C but are generic in nature, like numpy.ndarray) in PEP 5

[issue32550] STORE_ANNOTATION bytecode is unnecessary and can be removed.

2018-01-29 Thread Mark Shannon
Mark Shannon added the comment: Rebased, pushed and CI is green. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue31851] test_subprocess hangs randomly on Windows with Python 3.x

2018-01-29 Thread Steve Dower
Steve Dower added the comment: It's an assert, so it only affects debug builds - releases are not impacted. I'm guessing there's a test that spawns a subprocess and doesn't initialize it properly for tests (specifically the part where we disable assertions on Windows). -- __

[issue22374] Replace contextmanager example and improve explanation

2018-01-29 Thread cowlinator
cowlinator added the comment: I would like to second the improved explanation of contextlib.contextmanager, and additionally point out another problem: A very important piece of information is missing from the documentation: how to return data from the contextmanager-wrapped function. I

[issue32218] add __iter__ to enum.Flag members

2018-01-29 Thread Ethan Furman
Ethan Furman added the comment: This functionality is now in the third-party aenum* library. Are there any strong use-cases for this behavior such that it should be in the stdlib? * as of version 2.0.10, available on PyPI, and I am its author -- nosy: +barry, eli.bendersky, rhetting

[issue32550] STORE_ANNOTATION bytecode is unnecessary and can be removed.

2018-01-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 332cd5ee4ff42c9904c56e68a1028f383f7fc9a8 by Raymond Hettinger (Mark Shannon) in branch 'master': bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) https://github.com/python/cpython/commit/332cd5ee4ff42c9904c56e68a1028f383f7fc9a8 ---

[issue32550] STORE_ANNOTATION bytecode is unnecessary and can be removed.

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32718] Install PowerShell activation scripts for venv for all platforms

2018-01-29 Thread Brett Cannon
New submission from Brett Cannon : Thanks to https://github.com/PowerShell/PowerShell, PowerShell Core is cross-platform. That suggests that the Activate.ps1 file for venv should be moved to the common/ directory instead of existing only in the nt/ directory. -- components: Library (Li

[issue32714] remove resourceLoader related code since it's deprecated

2018-01-29 Thread Jay Yin
Jay Yin added the comment: Alright I see, so I guess I'll set this as "postponed" and close it? -- versions: +Python 3.7 ___ Python tracker ___

[issue27931] Email parse IndexError <""@wiarcom.com>

2018-01-29 Thread Xiang Zhang
Change by Xiang Zhang : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Py

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

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: Can someone please revert the 3.6 change, as asked by Guido? -- nosy: +vstinner resolution: fixed -> status: closed -> open ___ Python tracker __

[issue32550] STORE_ANNOTATION bytecode is unnecessary and can be removed.

2018-01-29 Thread Guido van Rossum
Guido van Rossum added the comment: W00t! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

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

2018-01-29 Thread Eric Snow
Eric Snow added the comment: New changeset 7f8bfc9b9a8381ddb768421b5dd5cbd970266190 by Eric Snow in branch 'master': bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) https://github.com/python/cpython/commit/7f8bfc9b9a8381ddb768421b5dd5cbd970266190

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

2018-01-29 Thread Eric Snow
Change by Eric Snow : -- pull_requests: +5269 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

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

2018-01-29 Thread Eric Snow
Eric Snow added the comment: I've merged the patch without Windows support, which shouldn't be a problem given the purpose of the extension module. I've also added a PR for get the module building under Windows. I'd like to get that resolved ASAP. -- ___

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

2018-01-29 Thread Ned Deily
Ned Deily added the comment: Eric, looks like some buildbots are unhappy, for instance: http://buildbot.python.org/all/#builders/13/builds/648 -- ___ Python tracker ___ __

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

2018-01-29 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Can we also cover Brew? Here's the dumb little configure wrapper I use: ``` #!/bin/sh export CPPFLAGS="-I$(brew --prefix sqlite3)/include -I$(brew --prefix zlib)/include" export LDFLAGS="-L$(brew --prefix sqlite3)/lib -L$(brew --prefix zlib)/lib" export PKG

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

2018-01-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: > Can someone please revert the 3.6 change, as asked by Guido? You have commit rights, so if you're impatient, go ahead. Otherwise, I still need to figure-out out the github-foo needed to revert on something other than the master branch. This isn't even

[issue32714] remove resourceLoader related code since it's deprecated

2018-01-29 Thread Jay Yin
Change by Jay Yin : -- resolution: -> postponed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-li

[issue32719] fatal error raised when Ctrl-C print loop

2018-01-29 Thread Xiang Zhang
New submission from Xiang Zhang : A simple snippet: import threading def func(): while True: print(1,2,3,4,5,6,7,8,9,10) t1 = threading.Thread(target=func) t2 = threading.Thread(target=func) t1.start() t2.start() Running this snippet and Ctrl-C raises FatalError: ^CE

[issue32719] fatal error raised when Ctrl-C print loop

2018-01-29 Thread Xiang Zhang
Xiang Zhang added the comment: It's 3.6 and 3.7. The dir name in traceback doesn't matter. -- ___ Python tracker ___ ___ Python-bugs

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

2018-01-29 Thread Eric Snow
Eric Snow added the comment: Yeah, I'm looking into it. Also, I noticed some refleaks that I'll be sorting out. -- ___ Python tracker ___

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

2018-01-29 Thread Eric Snow
Eric Snow added the comment: On 4 of the buildbots: == ERROR: test_drop_multiple_times (test.test__xxsubinterpreters.ChannelTests) -- Traceback (most recent c

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

2018-01-29 Thread Eric Snow
Eric Snow added the comment: On the PPC64 AIX 3.x buildbot: == FAIL: test_repr (test.test__xxsubinterpreters.ChannelIDTests) -- Traceback (most recent call las

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

2018-01-29 Thread Eric Snow
Change by Eric Snow : -- pull_requests: +5270 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

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

2018-01-29 Thread Eric Snow
Eric Snow added the comment: I just put up a PR that should fix the 4 buildbots. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue32701] Typo in quopri documentation

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9424dcbb3e20a26dfdd81659303b989f7d3da044 by Mariatta (Julien Palard) in branch 'master': bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) https://github.com/python/cpython/commit/9424dcbb3e20a26dfdd81659303b989f7d3da044

[issue32701] Typo in quopri documentation

2018-01-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +5271 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

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

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- Removed message: https://bugs.python.org/msg311214 ___ Python tracker ___ ___ Python-bugs-list maili

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

2018-01-29 Thread Eric Snow
Eric Snow added the comment: New changeset 83e64c8a544028ae677af2a0bc268dbe1c11cc3a by Eric Snow in branch 'master': bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437) https://github.com/python/cpython/commit/83e64c8a544028ae677af2a0bc268dbe1c11cc3a -- ___

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

2018-01-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: Ned, can you do the reversion? I'm a little git/github challenged on how to revert this one. -- assignee: ncoghlan -> ned.deily ___ Python tracker __

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

2018-01-29 Thread Eric Snow
Eric Snow added the comment: The buildbots should be happier now. I'll keep an eye on them. -- ___ Python tracker ___ ___ Python-bu

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

2018-01-29 Thread Ned Deily
Ned Deily added the comment: I'll make sure it's taken care of prior to 3.6.5rc1. -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue32701] Typo in quopri documentation

2018-01-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 04f99ba9d7186278eaf072e9a62c03aa63a8a6bb by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) (GH-5438) https://github.com/python/cpython/commit/04f99ba9d7186278eaf072e9a62c

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

2018-01-29 Thread Nick Coghlan
Change by Nick Coghlan : -- pull_requests: +5272 stage: resolved -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing

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

2018-01-29 Thread Nick Coghlan
Nick Coghlan added the comment: Noting the git-fu required for non-master reverts: - check out the branch of interest and ensure it's up to date - `git checkout -b bpo-32690-revert-3.6-backport` - `git revert 9105879bfd7133ecbac67f3e9c0bacf6e477de5a` - edit commit message as appropriate - creat

<    1   2   3   >