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
22Title: Cross-compiling Python packages
33Author: Filipe Laíns <lains@python.org>
44PEP-Delegate:
5- Discussions-To: [URL]
65Status: Draft
76Type: Informational
87Content-Type: text/x-rst
9- Created: 01-07 -2023
8+ Created: 01-Jul -2023
109Python-Version: 3.12
11- Post-History: [`DD-MMM-YYYY <URL >`__]
1210Resolution:
1311
1412
@@ -132,7 +130,7 @@ Faking the target environment
132130Aiming to drop the requirement for user input, a popular approach is trying to
133131fake the target environment. It generally consists of monkeypatching the Python
134132interpreter 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 ` `
136134data, etc. Using this strategy, build-backends do not need to have any
137135cross-build support, and should just work without any code changes.
138136
You can’t perform that action at this time.
0 commit comments