[Python-Dev] PEP 587

2020-01-21 Thread Zak Mabbott via Python-Dev
I am really confused on writing python and what app I need to write it in any tips or any ideas for apps?? ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/l

[Python-Dev] PEP 587

2019-12-06 Thread Ayush Das
Hii.I want to download Python 3.8.0 at my mobile.Please help me to download. ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Mes

[Python-Dev] PEP 587 (Python Initialization Configuration) updated to be future proof again

2019-09-27 Thread Victor Stinner
Hi, I dislike having to do that, but I had to make a last minute change in my PEP 587 "Python Initialization Configuration" to allow to modify the structure in the future without breaking the backward compatibility. I added a "struct_size" field to PyPreConfig and PyConfig: * https://bugs.python.

Re: [Python-Dev] PEP 587 "Python Initialization Configuration" version 4

2019-05-21 Thread Victor Stinner
Hi, Le lun. 20 mai 2019 à 21:36, Antoine Pitrou a écrit : > - Since PyInitError can be "ok", I'd rather call it "PyInitStatus". Oh, I like this name :-) By the way, I'm not comfortable with "PyInitError_Failed()" name since it's true if it's an error (failure) ... or "an exit". What do you thin

Re: [Python-Dev] PEP 587 "Python Initialization Configuration" version 4

2019-05-20 Thread Antoine Pitrou
Hi, - Since PyInitError can be "ok", I'd rather call it "PyInitStatus". - The PyConfig example sets "module_search_paths" but not "module_search_paths_set". Is it an error? - "PyConfig_InitPythonConfig" vs "PyConfig_InitIsolatedConfig": why not "PyConfig_InitConfig" and "PyConfig_InitIsol

[Python-Dev] PEP 587 "Python Initialization Configuration" version 4

2019-05-20 Thread Victor Stinner
Hi, I expected the version 3 of my PEP to be complete, but Gregory Szorc and Steve Dower spotted a few more issues ;-) The main change of the version 4 is the introduction of "Python Configuration" and "Isolated Configuration" default configuration which are well better defined. The new "Isolate

[Python-Dev] PEP 587: Python Initialization Configuration

2019-03-27 Thread Victor Stinner
Hi, Since Steve Dower asked me to write a formal PEP for my proposal of a new C API to initialize Python, here you have! This new PEP will be shortly rendered as HTML at: https://www.python.org/dev/peps/pep-0587/ The Rationale might be a little bit weak at this point and there are still 3 small