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 mailing list
Python-
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 dev
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 schedul
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 CALL_