Re: [Python-Dev] CALL_FUNCTION_EX arg and stack_effect

2017-02-20 Thread Armin Rigo
Hi Matthieu, On 20 February 2017 at 19:44, Matthieu Dartiailh wrote: > What do you think ? Should I open an issue on https://bugs.python.org/ ? Possibly related: http://bugs.python.org/issue24340 A bientôt, Armin. ___

[Python-Dev] Python FTP Injections Allow for Firewall Bypass (oss-security advisory)

2017-02-20 Thread nospam
Hello, I have just noticed that an FTP injection advisory has been made public on the oss-security list. The author says that he an exploit exists but it won't be published until the code is patched You may be already aware, but it would be good to understand what is the position of the core

[Python-Dev] IMPORTANT: Python 3.6.1 Maintenance Release Release Candidate in 7 days (2017-02-27)

2017-02-20 Thread Ned Deily
It seems like last year already since the release of 3.6.0. I guess that's because it was last year, 2016-12-22 to be exact! Now we're approaching the end of the first quarter and, according to PEP 494, it's time to start producing the first maintenance release for the 3.6 series. The

[Python-Dev] CALL_FUNCTION_EX arg and stack_effect

2017-02-20 Thread Matthieu Dartiailh
Hi, I have a question about the use of CALL_FUNCTION_EX in https://github.com/python/cpython/blob/master/Python/compile.c#L3624. Looking at the code it appears that the argument will be either 1 or 0 depending on whether or not the function is taking keywords arguments (which means that