Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 3766741

Browse files
author
Anselm Kruis
committed
Documentation update: Add a hint about building with STACKLESS_OFF on Windows x64
(grafted from a5669862ecb8e7b9ad7141287bed4f0d1124c2de)
1 parent 3fe6dfc commit 3766741

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Stackless/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Just follow the build instructions for regular Python. If you define
3131
the C-preprocessor symbol STACKLESS_OFF, you get a Python interpreter
3232
without Stackless. It should behave exactly like the corresponding
3333
version of regular Python. Any difference constitutes a bug.
34-
34+
(Windows 64bit only: if you define STACKLESS_OFF, you also need
35+
to clear the content of the file Stackless\platf\switch_x64_masm.asm:
36+
c:\> echo END > Stackless\platf\switch_x64_masm.asm )
3537

3638
Contributing
3739
------------

0 commit comments

Comments
 (0)