| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, pyc files in the embeddable distribution reported their
location as <build path>/<file stem>.py. This causes a little confusion
when interpreting stack traces as the file is in a (almost certainly)
incorrect location, and lacks the full relative path to Lib (e.g.
email/mime/image.py will only show image.py).
This change preserves the Lib relative location of the source file as a
path so that stack traces are (hopefully) less misleading and more
informative.
Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
(cherry picked from commit c4cda4369f4b8f33082890d16dfc364a90658ef6)
Co-authored-by: Bill Collins <bilbocollins@gmail.com>
|
| |
|
|
|
| |
(cherry picked from commit 123536fdab7b8def15c859aa70232bc55ec73096)
Co-authored-by: Steve Dower <steve.dower@python.org>
|
| |
|
| |
Includes backported fixes from GH-14091
|
| |
|
|
| |
Store (GH-12865)
|
| |
|
| |
This enables using the `--preset-iot` option with the PC/layout script, but does not enable IoT builds as part of any normal release.
|
| | |
|
| |
|
| |
We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
|
| | |
|
| |
|
|
|
| |
restrictions (GH-11465)
Also adds extra steps to the CI build for Windows on Azure Pipelines to validate that the various layouts at least execute.
|
| |
|
|
|
| |
times. (GH-11329)
https://bugs.python.org/issue35596
|
| |
|
| |
Also adds the PC/layout script for generating layouts on Windows.
|
| |
|
| |
This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
|
| |
|