[Python-Dev] Re: Defining tiered platform support

2022-03-09 Thread Charalampos Stratakis
considered its EOL (followed by the extended life cycle support, but that's not relevant for this discussion). Now I don't have a strong opinion here and I think targeting what manylinux2014 is targeting, is a good option till RHEL7 goes out of support, or even earlier than that sho

[Python-Dev] Re: Blocking the main branch due to too many buildbots failing

2022-01-29 Thread Charalampos Stratakis
entOS Stream 9 buildbots to the fleet, however many are failing unfortunately. Since they are new additions and the failures haven't been ironed out, I've created a PR to move them to unstable as to not block anything, till things get sorted out: https://github.com/python/buildmaster-config/

[Python-Dev] Re: Thanks for your work in Python 3.10

2021-10-05 Thread Charalampos Stratakis
hon.org/message/YIZ4XLYW25UA3UVQLQHHIEYUK77ZE5XE/ > Code of Conduct: http://python.org/psf/codeofconduct/ > -- Regards, Charalampos Stratakis Senior Software Engineer Python Maintenance Team, Red Hat ___ Python-Dev mailing list -- python-dev@python

[Python-Dev] Re: Steering Council update for February

2021-03-10 Thread Charalampos Stratakis
e archived at > https://mail.python.org/archives/list/python-dev@python.org/message/4VZ7GM6EXNG5PKV3RBBQ7T2R43CJPE6L/ > Code of Conduct: http://python.org/psf/codeofconduct/ > > -- Regards, Charalampos Stratakis Software Engineer Python Maintenance Team, Red Hat __

[Python-Dev] Re: Why aren't we allowing the use of C11?

2021-01-29 Thread Charalampos Stratakis
- Original Message - > From: "Nathaniel Smith" > To: "Gregory P. Smith" > Cc: "Charalampos Stratakis" , "Python Dev" > > Sent: Friday, January 29, 2021 6:29:58 AM > Subject: Re: [Python-Dev] Re: Why aren't we allowing

[Python-Dev] Re: Why aren't we allowing the use of C11?

2021-01-28 Thread Charalampos Stratakis
e.g. RHEL7 we compile versions of CPython under gcc 4.8.2 which does not support C11. In addition the manylinux2014 base image is also based on CentOS 7, which wouldn't support C11 as well. -- Regards, Charalampos Stratakis Software Engineer Python Maintenance Team, Red Hat _

[Python-Dev] Re: [python-committers] Resignation from Stefan Krah

2020-10-09 Thread Charalampos Stratakis
the stdlib which remain or have remained unmaintained for years. Maybe someone could pick up the pace, maybe not. > > Regards > > Antoine. > ___ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to pyt

[Python-Dev] Re: Recent PEP-8 change

2020-06-30 Thread Charalampos Stratakis
uct: http://python.org/psf/codeofconduct/ > > Without having followed the discussion (I just read that specific message), and with the danger of sounding arrogant and wrong, how can you equate a commit message with such a strong wording regarding betrayal, especially

[Python-Dev] Unpacking native bools in the struct module: Is Python relying on undefined behavior?

2020-02-27 Thread Charalampos Stratakis
o _Bool is undefined behavior. Is that correct? Clang 10 on s390x seems to take advantage of this: it probably only looks at the last bit(s) so a _Bool with a bit pattern of 0xf0 turns out false. But the tests assume that 0xf0 should unpack to True. -- Regards, Chara

[Python-Dev] Re: Remove COUNT_ALLOCS special build

2020-01-29 Thread Charalampos Stratakis
.@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/YEY2TZIWC6HGMM5Y3QKWKMEBT5Y5C324/ > Code of Conduct: http://python.org/psf/code

[Python-Dev] Re: Handling cross-distro variations when running autoreconf?

2019-12-09 Thread Charalampos Stratakis
ct: http://python.org/psf/codeofconduct/ > > Yep I've seen many PR's having the same things, basically the runstatedir options just keep appearing and disappearing on the cpython repo. I think 'git add -p' is the most sensible

[Python-Dev] Re: Multiple reference leaks in master

2019-12-03 Thread Charalampos Stratakis
o many times it's not possible to find the commit that triggered a leak through the web ui of buildbot. In this case it's good to also check the previous builds of the same worker to figure out what changed. -- Regards, Charalampos Stratakis Software Engineer Python Maintenance Team

[Python-Dev] Re: PEP for libffi + _ctypes

2019-10-17 Thread Charalampos Stratakis
Conduct: http://python.org/psf/codeofconduct/ > Well RHEL5 doesn't include libffi in its default repos, however you can find it from the EPEL5 repositories. Also available directly through the fedora build system [0]. It seems that you are asking for libffi to continue to be bundled wit

[Python-Dev] Re: How do I install Python 3.8.0 on Linux (not possible? no one is doing this?)

2019-10-16 Thread Charalampos Stratakis
a better fit for you. However if you use Fedora we already package Python 3.8 as the python38 package. The system interpreter will be updated to 3.8 with Fedora 32. Finally as mentioned by others, this would be a better fit for python-list, as this mailing list is mostly used to the dev

[Python-Dev] Re: Fwd: Issue with Python Debug Libraries

2019-09-06 Thread Charalampos Stratakis
n-dev@python.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/JNERJQECBZCY5P55B6LVVA2ALMQGO4EL/ > -- Reg

[Python-Dev] Re: 3.7.3 Compile error on CentOS 7 (but 3.6.8 Compiles OK)

2019-07-02 Thread Charalampos Stratakis
n-dev@python.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/MERA4UA2KLZJVQ7IEMNYOTD7FCSZY24I/ > -- Regards

Re: [Python-Dev] 3.7.2rc1 and 3.6.8rc1 cutoffs ahead, last 3.6.x bugfix release!

2018-12-19 Thread Charalampos Stratakis
n be done automatically from master or from 3.7. > > ___ > Python-Dev mailing list > Python-Dev@python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-d

Re: [Python-Dev] [python-committers] [RELEASED] Python 3.4.9 and Python 3.5.6 are now available

2018-08-06 Thread Charalampos Stratakis
t; > > ___ > > > Python-Dev mailing list Python-Dev@python.org > > https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: > > https://mail.python.org/mailman/options/python-dev/aixtools%40felt.demon.nl > > ___

Re: [Python-Dev] Python and Linux Standard Base

2018-06-27 Thread Charalampos Stratakis
- Original Message - > From: "Antoine Pitrou" > To: python-dev@python.org > Sent: Wednesday, June 27, 2018 3:42:53 PM > Subject: Re: [Python-Dev] Python and Linux Standard Base > > On Wed, 27 Jun 2018 09:18:24 -0400 (EDT) > Charalampos Stratakis wro

[Python-Dev] Python and Linux Standard Base

2018-06-27 Thread Charalampos Stratakis
/python.html [3] https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Languages/LSB-Languages/pymodules.html [4] https://lsbbugs.linuxfoundation.org/show_bug.cgi?id=3677 -- Regards, Charalampos Stratakis Software Engineer Python Maintenance Team, Red Hat

Re: [Python-Dev] Help requested with Python 2.7 performance regression

2017-03-03 Thread Charalampos Stratakis
. Increasing that by two hours is not something I would do during the development phase. On another note, RHEL's python does not have the PGO functionality backported to it. Regards, Charalampos Stratakis Associate Software Engineer Python Maintenance Team, Red Hat - Original Message -

Re: [Python-Dev] Help requested with Python 2.7 performance regression

2017-03-03 Thread Charalampos Stratakis
PGO is not enabled in RHEL and Fedora. I did some initial testing for Fedora, however it increased the compilation time of the RPM by approximately two hours, so for the time being I left it out. Regards, Charalampos Stratakis Associate Software Engineer Python Maintenance Team, Red Hat

Re: [Python-Dev] Have problem when building python3.5.1 rpm with default SPEC file

2017-01-25 Thread Charalampos Stratakis
nd of queries, someone could be able to provide you with more info there. [0] https://admin.fedoraproject.org/pkgdb/package/rpms/python34/ [1] https://fedoraproject.org/wiki/EPEL [2] https://lists.fedoraproject.org/archives/list/epel-de...@lists.fedoraproject.org/ Regards, Charalampos Stratakis Asso

Re: [Python-Dev] Have problem when building python3.5.1 rpm with default SPEC file

2017-01-19 Thread Charalampos Stratakis
http://pkgs.fedoraproject.org/cgit/rpms/python3.git/tree/python3.spec?h=f25 Regards, Charalampos Stratakis Associate Software Engineer Python Maintenance Team, Red Hat - Original Message - From: "Dahui Jiang" To: python-dev@python.org Sent: Thursday, January 19, 2017 12:5

Re: [Python-Dev] Tests breakage with latest openssl (issue28689)

2016-11-28 Thread Charalampos Stratakis
/cgit/rpms/openssl.git/commit/?id=e443a79334446ac0dc14fdf7c062386f92bbc7a0 Regards, Charalampos Stratakis Associate Software Engineer Python Maintenance Team, Red Hat - Original Message - From: "Christian Heimes" To: python-dev@python.org Sent: Monday, November 28, 2016 6:03:34 PM

[Python-Dev] Tests breakage with latest openssl (issue28689)

2016-11-28 Thread Charalampos Stratakis
ssl/commit/beacb0f0c1ae7b0542fe053b95307f515b578eb7 Regards, Charalampos Stratakis Associate Software Engineer Python Maintenance Team, Red Hat ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.