[Python-Dev] Re: Switching to Discourse

2022-07-16 Thread Miro Hrončok
. If you prefer to use the RSS feeds, I am interested in tips there as well. Thanks, -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https

[Python-Dev] Re: [Release] Python 3.11.0b4 is still blocked

2022-07-04 Thread Miro Hrončok
l Freeze It would be really great to get something ABI stable at Beta Freeze and at least an RC at the Final Freeze. If that is not realistic, we would need to consider a revert. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing

[Python-Dev] Re: [Release] Python 3.11.0b4 is still blocked

2022-07-04 Thread Miro Hrončok
? Or does it mean this should not be released in final (and hence neither rc) versions? Would it make sense to release 3.11.0b4 with some not-yet-fixed blockers? Assuming those are not regressions that happened after 3.11.0b3 was released. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok

[Python-Dev] Re: [RELEASE] Expedited release of Python3.11.0b3!!

2022-06-01 Thread Miro Hrončok
the community can continue testing their packages with pytest and therefore testing the betas as expected. Thank you for doing this. I know it meant a lot of extra work for you and the release team. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok

[Python-Dev] Re: [RELEASE] The second Python 3.11 beta (3.11.0b2) is available

2022-06-01 Thread Miro Hrončok
ent was motivated by the majority of upstream CI which do not use Fedora's Python 3.11 (yet?). Just for the heads up: I have sent an email to the release team and we are considering the proposal. Thanks for raising this with us. Awesome, thanks again. -- Miro Hrončok -- Phone: +420777974800

[Python-Dev] Re: [RELEASE] The second Python 3.11 beta (3.11.0b2) is available

2022-05-31 Thread Miro Hrončok
that would require a temporary hack in order to be able to continue testing with Python 3.11. It's wonderful that they can and many already do that now. Wouldn't it be more practical to bite the bullet and release b3 immediately with this fix? -- Miro Hrončok -- Phone: +420777974800 IRC

[Python-Dev] Re: Add -P command line option to not add sys.path[0]

2022-04-27 Thread Miro Hrončok
, if it's hard to explain). -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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

[Python-Dev] Re: Add -P command line option to not add sys.path[0]

2022-04-27 Thread Miro Hrončok
t; the PWD. In the case of shebangs, it's actually the script's directory. E.g. a script in /usr/bin/ normally has /usr/bin/ in sys.path (which is not desired, hence we (Fedora) would probably add the -P flag to default shebangs for programs in /usr/bin/). -- Miro Hrončok -- Phone: +420777974800 IRC

[Python-Dev] Re: Please update Cython *before* introcuding C API incompatible changes in Python

2022-02-01 Thread Miro Hrončok
are done, not about this one in particular. Sorry if that was not clear. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https

[Python-Dev] Re: Please update Cython *before* introcuding C API incompatible changes in Python

2022-02-01 Thread Miro Hrončok
it's part of the bigger picture). -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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.or

[Python-Dev] Re: Dropping AC_C_CHAR_UNSIGNED from configure.ac?

2022-01-25 Thread Miro Hrončok
On 24. 01. 22 14:52, Christian Heimes wrote: On 24/01/2022 14.34, Miro Hrončok wrote: Hello Pythonistas. In (development branch of) Fedora, we have juts upgraded to GCC 12. It seems that the presence of AC_C_CHAR_UNSIGNED in Python's autotools files (configure.ac?) is causing

[Python-Dev] Dropping AC_C_CHAR_UNSIGNED from configure.ac?

2022-01-24 Thread Miro Hrončok
to get rid of it? Thanks, -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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

[Python-Dev] Re: [PSA] OpenSSL 3.0 support is preliminary and experimental

2022-01-10 Thread Miro Hrončok
is also "preliminary" so we still have time to make this decision until +- the beta freeze/release (end of February, early March this year). -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@

[Python-Dev] Re: Remove asyncore, asynchat and smtpd modules

2021-12-03 Thread Miro Hrončok
not follow the policy. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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/ Message

[Python-Dev] Re: Regressions caused the recent work on ceval.c and frame objects

2021-09-20 Thread Miro Hrončok
On 20. 09. 21 7:40, Christopher Barker wrote: Will all packages that use Cython have to upgrade Cython to work with 3.10? I am not sure if all, but many will do. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list

[Python-Dev] Re: Regressions caused the recent work on ceval.c and frame objects

2021-09-19 Thread Miro Hrončok
On 20. 09. 21 0:10, Thomas Grainger wrote: Are projects that ship pre-compiled wheels impacted? Eg twisted-iocpsupport ? I guess that if they managed to compile with 3.10, they shouldn't be. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok

[Python-Dev] Re: Regressions caused the recent work on ceval.c and frame objects

2021-09-19 Thread Miro Hrončok
in sdists on PyPI that are affected and were not re-generated will not compile on Python 3.10. (Which might already be the case for different changes that affected Cython.) -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing

[Python-Dev] Re: Heads up: `make` in Doc now creates a venv

2021-08-06 Thread Miro Hrončok
On 06. 08. 21 12:21, Łukasz Langa wrote: On 4 Aug 2021, at 11:48, Miro Hrončok wrote: On 04. 08. 21 11:28, Petr Viktorin wrote: Hi, A recent change "make html" in the Doc directory create a venv if one wasn't there before. If you don't want to download sphinx and other depende

[Python-Dev] Re: Heads up: `make` in Doc now creates a venv

2021-08-04 Thread Miro Hrončok
his should not happen this late in the release cycle - a documented/supported way to build the docs with make without venv should exist (currently, running `mkdir venv` before `make ...` kinda works) -- Miro Hrončok -- Phone: +420777974800 IRC

[Python-Dev] Re: From the SC (was Re: Enum -- last call for comments on 3.10 changes)

2021-07-13 Thread Miro Hrončok
On 13. 07. 21 5:21, Ethan Furman wrote: On 7/11/21 4:00 PM, Miro Hrončok wrote: > On 07. 07. 21 3:58, Ethan Furman wrote: >> I was unable to revert just the str and repr changes in the time available as many of them were >> integral to fixes and improvements made to Fla

[Python-Dev] Re: From the SC (was Re: Enum -- last call for comments on 3.10 changes)

2021-07-11 Thread Miro Hrončok
if Python version >= 3.10 conditional. Thanks for considering, -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.pyt

[Python-Dev] Re: Towards removing asynchat, asyncore and smtpd from the stdlib

2021-06-23 Thread Miro Hrončok
/1914#issuecomment-848780246 [2] https://github.com/pytest-dev/pytest/pull/8664 -Barry On Wed, Jun 23, 2021, at 17:15, Miro Hrončok wrote: On 23. 06. 21 23:49, Irit Katriel via Python-Dev wrote: > > Barry and I are working on a patch to add deprecation warnings in 3.10 whe

[Python-Dev] Re: Towards removing asynchat, asyncore and smtpd from the stdlib

2021-06-23 Thread Miro Hrončok
ature" or "breaking change", I won't fight it, but it feels wrong. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org htt

[Python-Dev] Re: When we remove 'U' mode of open()?

2021-04-07 Thread Miro Hrončok
to do nothing when "U" is passed difficult to maintain? -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.or

[Python-Dev] Re: NOTE: Python 3.9.3 contains an unintentional ABI incompatibility leading to crashes on 32-bit systems

2021-04-04 Thread Miro Hrončok
On 04. 04. 21 16:34, Łukasz Langa wrote: On 4 Apr 2021, at 01:15, Miro Hrončok <mailto:mhron...@redhat.com>> wrote: However, I need to ask: Would this also happen if there was a rc version of 3.9.3? Good question. The RC would not help. Most importantly, 3.9.3 was itself an

[Python-Dev] Re: NOTE: Python 3.9.3 contains an unintentional ABI incompatibility leading to crashes on 32-bit systems

2021-04-03 Thread Miro Hrončok
a hotfix 3.9.4 around 24 hours from now to address this issue and restore ABI compatibility with C extensions built for Python 3.9.0 - 3.9.2. Thanks for the hotifx. However, I need to ask: Would this also happen if there was a rc version of 3.9.3? -- Miro Hrončok -- Phone: +420777974800 IRC

[Python-Dev] Re: Upcoming 3.7.10 and 3.6.13 Security Releases

2021-01-20 Thread Miro Hrončok
On 20. 01. 21 13:43, Christian Heimes wrote: On 20/01/2021 13.06, Miro Hrončok wrote: On 10. 01. 21 21:15, Ned Deily wrote: We are planning to produce the next security-fix rollup releases for Python 3.7.x and 3.6.x on 2021-01-15. The most recent releases for these versions were on 2020-08-17

[Python-Dev] Re: Upcoming 3.7.10 and 3.6.13 Security Releases

2021-01-20 Thread Miro Hrončok
python.org/issue42938 please be included? I know it is past the deadline, but I have not seen the releases. Thanks, -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to

[Python-Dev] Re: Bumping minimum Sphinx version to 3.2 for cpython 3.10?

2021-01-12 Thread Miro Hrončok
3.8 changes. Hello Victor. In Fedora 32, we have Sphinx 2.2.2 and Python 3.8. Fedora 32 goes EOL in May 2021. Until then, it would eb great if we could keep compatibility with Sphinx 2 in Python 3.8 (but if we don't, no big deal, we just won't update the docs there). -- Miro Hrončok -- Phone

[Python-Dev] Re: Distro packagers: PEP 615 and the tzdata dependency

2020-11-29 Thread Miro Hrončok
utors etc., but I guess that distributors need to know how to handle mailing lists already anyway. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@

[Python-Dev] Re: Distro packagers: PEP 615 and the tzdata dependency

2020-11-16 Thread Miro Hrončok
On 11/16/20 4:10 PM, Paul Ganssle wrote: Maybe it would make sense to create a community mailing list for packagers? That sounds like a good idea to me. I am following the Linux SIG mailing list. But it's mostly dead. https://mail.python.org/archives/list/linux-...@python.org/ -- Miro

[Python-Dev] Re: [RELEASE] Python 3.9.0 is now available, and you can already test 3.10.0a1!

2020-10-08 Thread Miro Hrončok
C It used to be there, but if not, it must have been somewhere else, otherwise we would not have used it. I wonder where :/ searching... Oh, it seems to be deprecated :( https://github.com/python/pythondotorg/pull/1509 So maybe we indeed need to use your key directly after all. -- Miro Hrončok -- Phone: +4207779

[Python-Dev] Re: [RELEASE] Python 3.9.0 is now available, and you can already test 3.10.0a1!

2020-10-08 Thread Miro Hrončok
arball during build time (offline) so we include the keys in the source package. It was really convenient to be able to use that key file directly instead of using the key of a specific release manager for each release. Thanks. -- Miro Hrončok -- Phone: +420777974800 IRC: mh

[Python-Dev] Re: [RELEASE] Python 3.8.6rc1 is now ready for testing

2020-09-09 Thread Miro Hrončok
On 09. 09. 20 11:17, Ned Deily wrote: On Sep 9, 2020, at 04:30, Miro Hrončok wrote: On 08. 09. 20 23:38, Łukasz Langa wrote: Python 3.8.6rc1 is the release candidate of the sixth maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-386rc1/ I've

[Python-Dev] Re: [RELEASE] Python 3.8.6rc1 is now ready for testing

2020-09-09 Thread Miro Hrončok
/whatsnew/changelog.html#changelog Where can this be updated? -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org

[Python-Dev] Re: In case you're wondering about 3.5.10rc1

2020-07-20 Thread Miro Hrončok
r-declaration-of-crypt.patch -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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

[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-27 Thread Miro Hrončok
On 27. 04. 20 20:56, Miro Hrončok wrote: I've also observed that we now have the direct_url.json when we build pip, that leaks the builddir path: {"archive_info": {}, "url": "file:///builddir/build/BUILD/pip-20.1b1/dist/pip-20.1b1-py2.py3-none-any.whl"}

[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-27 Thread Miro Hrončok
On 27. 04. 20 17:17, Miro Hrončok wrote: Basic CI smoke testing with venvs, virtualenvs, tox:   - CPython 3.5-3.8 (will add 3.9) CPython 3.9.0a5 venv, virtualenv, tox OK as well. I've also observed that we now have the direct_url.json when we build pip, that leaks the builddir path

[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-27 Thread Miro Hrončok
On 27. 04. 20 17:31, Paul Moore wrote: On Mon, 27 Apr 2020 at 16:21, Miro Hrončok wrote: On 23. 04. 20 21:36, Sumana Harihareswara wrote: We would be grateful for all the testing that users could do to ensure that, when pip 20.1 is released, it's as solid as we can make it. We are doing

[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-27 Thread Miro Hrončok
/site-packages/pip-20.1b1.dist-info/direct_url.json 600 Will try to reproduce this outside of our build environment and will report an issue. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org

[Python-Dev] Re: Request to postpone some Python 3.9 incompatible changes to Python 3.10

2020-01-27 Thread Miro Hrončok
0 * Removed old plistlib API: 2.7 doesn't have the new API 2 -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python

[Python-Dev] Re: Request to postpone some Python 3.9 incompatible changes to Python 3.10

2020-01-27 Thread Miro Hrončok
On 24. 01. 20 16:22, Eric V. Smith wrote: On 1/24/2020 9:14 AM, Miro Hrončok wrote: On 24. 01. 20 14:02, Eric V. Smith wrote: I think the concern is that with removing so many deprecated features, we're effectively telling libraries that if they want to support 3.9, they'll have stop

[Python-Dev] Re: Request to postpone some Python 3.9 incompatible changes to Python 3.10

2020-01-24 Thread Miro Hrončok
to drop 2.7 support, but that is is a nontrivail task to actaually do and we cannot expect them to do it within the first couple weeks of 2020. While at the same time, we want them to support 3.9 since the early development versisons in order to eb able to detect regressions early in the dev cycle. -- Miro Hrončok -- P

[Python-Dev] Re: Request to postpone some Python 3.9 incompatible changes to Python 3.10

2020-01-23 Thread Miro Hrončok
, be thrilled to use any Python 3 instead.  :-) This does not affect projects who don't support Python 3 yet. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev

[Python-Dev] Re: [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Miro Hrončok
On 10. 12. 19 14:34, Łukasz Langa wrote: On 10 Dec 2019, at 13:01, Miro Hrončok wrote: On 10. 12. 19 10:22, Łukasz Langa wrote: Python 3.8.1rc1 is the release candidate of the first maintenance release of Python 3.8. The Python 3.8 series is the newest feature release of the Python

[Python-Dev] Re: [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Miro Hrončok
: https://www.python.org/downloads/release/python-381rc1/ Hey Łukasz. Could you please also push the tag to gihub? -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email

[Python-Dev] Re: [RELEASE] Python 3.8.0rc1 is now available

2019-10-01 Thread Miro Hrončok
On 01. 10. 19 23:29, Łukasz Langa wrote: On 1 Oct 2019, at 21:54, Miro Hrončok wrote: On 01. 10. 19 21:35, Łukasz Langa wrote: Python 3.8.0 is *almost* ready. After a rather tumultuous few days, we are very happy to announce the availability of the release candidate: https://www.python.org

[Python-Dev] Re: [RELEASE] Python 3.8.0rc1 is now available

2019-10-01 Thread Miro Hrončok
On 01. 10. 19 21:54, Miro Hrončok wrote: On 01. 10. 19 21:35, Łukasz Langa wrote: Python 3.8.0 is *almost* ready. After a rather tumultuous few days, we are very happy to announce the availability of the release candidate: https://www.python.org/downloads/release/python-380rc1/ This release

[Python-Dev] Re: [RELEASE] Python 3.8.0rc1 is now available

2019-10-01 Thread Miro Hrončok
-- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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/ Message archived at https

[Python-Dev] Re: Python library maintainers: PEP 602 needs your feedback

2019-09-10 Thread Miro Hrončok
this topic. Was it intentional? -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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

[Python-Dev] Re: [RELEASE] Python 3.7.4rc1 and 3.6.9rc1 are now available

2019-06-25 Thread Miro Hrončok
are checks in Fedora that should uncover any suspicious test failures of our Python packages, if that happens, we'll report back hopefully before 2019-06-28 AOE. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list --

Re: [Python-Dev] Please merge : bpo-34848

2019-05-03 Thread Miro Hrončok
and select what you like. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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/archive

[Python-Dev] Update PEP 394: Distributions can choose what does python command mean

2019-04-12 Thread Miro Hrončok
Please, see the PR [2] for the suggested changes. [1]: https://mail.python.org/pipermail/python-dev/2019-February/156272.html [2]: https://github.com/python/peps/pull/989 Thanks, -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mai

Re: [Python-Dev] [RELEASE] Python 2.7.16

2019-03-05 Thread Miro Hrončok
-- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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/archive%40mail-archive.com

Re: [Python-Dev] Proposed dates for Python 3.4.10 and Python 3.5.7

2019-02-15 Thread Miro Hrončok
and 3.5. Here is one missing I found: CVE-2018-20406 https://bugs.python.org/issue34656 memory exhaustion in Modules/_pickle.c:1393 Marked as resolved, but I don't see it fixed on 3.5 or 3.4. Should we get it fixed? openSUSE AFAK has backported the patch. -- Miro Hrončok -- Phone: +420777974800 IRC

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Miro Hrončok
i.com/user/environment-variables#defining-encrypted-variables-in-travisyml -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.

Re: [Python-Dev] Starting to use gcc-8 on upstream Python project CI

2018-08-20 Thread Miro Hrončok
/trinityrnaseq/trinityrnaseq https://github.com/trinityrnaseq/trinityrnaseq/blob/master/.travis.yml I'm taking this to python-dev@python.org which is more appropriate place to discuss this. I think Victor is involved in the CIs, is that right? -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok

Re: [Python-Dev] Failing tests [Was: Re: Python 3.7.0 is now available! (and so is 3.6.6)]

2018-07-01 Thread Miro Hrončok
ms/python3/blob/master/f/python3.spec#_1051 https://src.fedoraproject.org/rpms/python3/blob/master/f/00160-disable-test_fs_holes-in-rpm-build.patch https://src.fedoraproject.org/rpms/python3/blob/master/f/00163-disable-parts-of-test_socket-in-rpm-build.patch -- Miro Hrončok -- Phone: +420777

Re: [Python-Dev] Microsoft to acquire GitHub for $7.5 billion

2018-06-05 Thread Miro Hrončok
/ but I'm not sure what exactly is there. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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] Troubles to merge changes in the 2.7 branch: PR "out-of-date" branch

2018-05-29 Thread Miro Hrončok
On 29.5.2018 22:01, Victor Stinner wrote: GitHub provides a [Update branch] button. It seems like the button does a rebase, no? AFAIK it merges the traget branch to the PR branch. No rebase. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok

Re: [Python-Dev] A fast startup patch (was: Python startup time)

2018-05-05 Thread Miro Hrončok
Python) it is built and bytecompiled on a random architecture. Bytecompilation happens during build time. If bytecode gets arch specific, we'd need to make all our Python packages arch specific or switch to install-time bytecompilation. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok

Re: [Python-Dev] Deprecate PEP 370 Per user site-packages directory?

2018-01-13 Thread Miro Hrončok
er the default rather than having it removed. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ 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/archive%40mail-archive.com

[Python-Dev] What version is an extension module binary compatible with

2017-03-28 Thread Miro Hrončok
/stable.html [1] https://bugzilla.redhat.com/show_bug.cgi?id=1435135 Thanks for clarification, On behalf of the Fedora Python SIG, Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org