[issue34691] _contextvars missing in xmaster branch Windows build?

2019-01-16 Thread Tim Peters
Tim Peters added the comment: Precisely _how_ are you building it? As noted above, if you're using Visual Studio, try using build.bat instead for the first time. -- ___ Python tracker _

[issue35756] Using `return value` in a generator function skips the returned value on for-loop iteration

2019-01-16 Thread Steven D'Aprano
Steven D'Aprano added the comment: > I understood the PEP to include `return expr` in the iteration values > as per the first bullet of the proposal. > > > Any values that the iterator yields are passed directly to the caller. > > This bullet doesn't have any additional formatting on the wor

[issue35537] use os.posix_spawn in subprocess

2019-01-16 Thread Kyle Evans
Kyle Evans added the comment: I'll be preparing a patch for our posix_spawn's signal handling. My mistake in my setuid assessment was pointed out to me- it doesn't seem like a highly likely attack vector, but it is indeed possible. If the child errored out, they will indeed be properly reapa

[issue35755] Remove current directory from posixpath.defpath to enhance security

2019-01-16 Thread Gregory P. Smith
Gregory P. Smith added the comment: ntpath and macpath appear to have the same potential issue. They've basically had this defpath value forever. keep following it and you find a commit from 1994 https://github.com/python/cpython/commit/2979b01ff88ac4c5b316d9bf98edbaaaffac8e24 Changing them

[issue35755] Remove current directory from posixpath.defpath to enhance security

2019-01-16 Thread Gregory P. Smith
Gregory P. Smith added the comment: I'm not arguing against this change, just trying to figure out where it came from in the first place. We should fix the value on all OSes. It would be a behavior change so probably only good for 3.8+. -- ___ Py

[issue35750] process finished with exit code -1073740940 (0xc0000374)

2019-01-16 Thread Anil kunduru
Anil kunduru added the comment: thanks Eryk Sun i am able to solve the problem, it was extension modules problem. it was helpful great. -- ___ Python tracker ___

[issue35750] process finished with exit code -1073740940 (0xc0000374)

2019-01-16 Thread Anil kunduru
Anil kunduru added the comment: Thanks guys for quick responses. Eryk Sun comment wa very help full. -- resolution: -> fixed ___ Python tracker ___

[issue35755] Remove current directory from posixpath.defpath to enhance security

2019-01-16 Thread Christian Heimes
Christian Heimes added the comment: +1, /usr/bin:/bin sounds good to me. My /usr/include/paths.h has #define _PATH_DEFPATH "/usr/bin:/bin" and #define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin". The file is pretty old and has copyright from 89 and 93, https://code.woboq.org/gcc/include/pa

[issue35730] IDLE: Fix squeezer test_reload.

2019-01-16 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +11272 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue35730] IDLE: Fix squeezer test_reload.

2019-01-16 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +11272, 11273, 11274 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35730] IDLE: Fix squeezer test_reload.

2019-01-16 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +11272, 11273 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

<    1   2