File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ PEP: 9999
2
2
Title: Cross-compiling Python packages
3
3
Author: Filipe Laíns <
[email protected] >
4
4
PEP-Delegate:
5
- Discussions-To: [URL]
6
5
Status: Draft
7
6
Type: Informational
8
7
Content-Type: text/x-rst
9
- Created: 01-07 -2023
8
+ Created: 01-Jul -2023
10
9
Python-Version: 3.12
11
- Post-History: [`DD-MMM-YYYY <URL >`__]
12
10
Resolution:
13
11
14
12
@@ -132,7 +130,7 @@ Faking the target environment
132
130
Aiming to drop the requirement for user input, a popular approach is trying to
133
131
fake the target environment. It generally consists of monkeypatching the Python
134
132
interpreter to get it to mimick the interpreter on the target system, which
135
- constitutes of changing many of the `sys ` module attributes, the `sysconfig `
133
+ constitutes of changing many of the `` sys `` module attributes, the `` sysconfig ` `
136
134
data, etc. Using this strategy, build-backends do not need to have any
137
135
cross-build support, and should just work without any code changes.
138
136
You can’t perform that action at this time.
0 commit comments