[Python-Dev] Re: Requesting PR review on locale module

2019-11-17 Thread Stéphane Wirtel
t; Hi Cédric, > > Thanks for writing and sorry that you've experienced such a delay. Such > occurrences are unfortunately rather common right now, though we're working > on improving the situation. > > Stéphane Wirtel self-assigned that PR to himself a couple of months ago, but > indee

Re: [Python-Dev] bpo-36558: Change time.mktime() return type from float to int?

2019-04-16 Thread Stéphane Wirtel
, on many platforms, is a signed integer, tradionally (32bits). In the newer operating systems, time_t has been widened to 64 bits. -- Stéphane Wirtel - https://wirtel.be - @matrixise ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org

Re: [Python-Dev] [RELEASE] Python 3.8.0a3 is now available for testing

2019-03-26 Thread Stéphane Wirtel
Łukasz, I have proposed a PR for the update of this docker image: quay.io/python-devs/ci-image I have also updated the versions to 3.4.10, 3.5.7, 3.7.3 and of course to Python 3.8.0a3. By the way, this image will contain the last versions of Python 3.x

Re: [Python-Dev] introduction of __attribute__(deprecated) ?

2019-03-24 Thread Stéphane Wirtel
Thanks Victor, I have updated my PR with the Py_DEPRECATED macro. Le 24/03/19 à 23:07, Victor Stinner a écrit : > Le dim. 24 mars 2019 à 20:56, Stéphane Wirtel a écrit : >> So my question is, can we use/add __attribute__(deprecated) in our >> "development" k

Re: [Python-Dev] introduction of __attribute__(deprecated) ?

2019-03-24 Thread Stéphane Wirtel
}; Le 24/03/19 à 20:52, Stéphane Wirtel a écrit : > Hi, > > I have created the issue https://bugs.python.org/issue36347 because I > wanted to add a missing macro for the PyMemberDef.flags attribute. > > In the Modules/*.c files, we can find descriptions with > PyMember

[Python-Dev] introduction of __attribute__(deprecated) ?

2019-03-24 Thread Stéphane Wirtel
Hi, I have created the issue https://bugs.python.org/issue36347 because I wanted to add a missing macro for the PyMemberDef.flags attribute. In the Modules/*.c files, we can find descriptions with PyMemberDef where the access flag has the 0 value. Example: static PyMemberDef members[] = {

Re: [Python-Dev] Remove tempfile.mktemp()

2019-03-19 Thread Stéphane Wirtel
totally agree with you but this function is deprecated (2002) since 2.3, with a simle comment about a security issue. 2.3 -> 2.7, 3.0 -> 3.7, 13 releases and 17 years. Maybe we could remove it with an official PendingDeprecationWarning. Le 19/03/19 à 14:39, Antoine Pitrou a écrit : > The fact

Re: [Python-Dev] Is XML serialization output guaranteed to be bytewise identical forever?

2019-03-19 Thread Stéphane Wirtel
and why not with a very long PendingDeprecationWarning? this warning could be used in this case. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

[Python-Dev] Remove tempfile.mktemp()

2019-03-19 Thread Stéphane Wirtel
Hi, Context: raise a warning or remove tempfile.mktemp() BPO: https://bugs.python.org/issue36309 Since 2.3, this function is deprecated in the documentation, just in the documentation. In the code, there is a commented RuntimeWarning. Commented by Guido in 2002, because the warning was too

[Python-Dev] Where is defined the grammar of Python?

2015-10-25 Thread Stéphane Wirtel
Hi all, Just to understand, we have the Parser/Python.asdl and Grammar/Grammar files. Which one is used for the AST ? I would like to understand this part of Python, could you help me? Thank you Stéphane -- Stéphane Wirtel - http://wirtel.be - @matrixise signature.asc Description: OpenPGP

[Python-Dev] Generated Bytecode ...

2015-10-22 Thread Stéphane Wirtel
the byte codes ? Thank you, Stéphane -- Stéphane Wirtel - http://wirtel.be - @matrixise signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] Generated Bytecode ...

2015-10-22 Thread Stéphane Wirtel
Thank you Brett, I am going to read the source code, I am going to give a presentation at PyCon.IE about this part and I wanted to be sure about the dead branches. Thanks On 22 Oct 2015, at 19:02, Brett Cannon wrote: > On Thu, 22 Oct 2015 at 09:37 Stéphane Wirtel <steph...@wirtel.be&

[Python-Dev] EuroPython CPython Sprint?

2014-05-08 Thread Stéphane Wirtel
Hi all, What do you think about a CPython sprint at EuroPython 2014? Regards, Stephane -- Stéphane Wirtel - http://wirtel.be - @matrixise ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe

Re: [Python-Dev] EuroPython CPython Sprint?

2014-05-08 Thread Stéphane Wirtel
On 8 May 2014, at 16:33, Brett Cannon wrote: On Thu May 08 2014 at 10:25:44 AM, Stéphane Wirtel steph...@wirtel.be wrote: Hi all, What do you think about a CPython sprint at EuroPython 2014? Great, although I think that answer would be considered obvious since there is no real negative