Skip to content

Instantly share code, notes, and snippets.

View awilfox's full-sized avatar
🦊
Mostly doing FOSS on weekends

A. Wilcox awilfox

🦊
Mostly doing FOSS on weekends
View GitHub Profile
@awilfox
awilfox / README.md
Last active October 2, 2015 00:33
greenlet 0.4.9 PowerPC issue

greenlet PPC issue

This gist contians the following files:

  • greenlet.broken.s - The broken output, compiled with: CFLAGS="-save-temps" python3.4 setup.py build Output of python3.4 setup.py test: test_exception_disables_tracing (tests.test_tracing.TracingTests) ... Segmentation fault
  • greenlet.s - The correct output, compiled with: CFLAGS="-save-temps -O1" python3.4 setup.py build Output of python3.4 setup.py test: Ran 63 tests in 1.893s: OK