mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
This directory now contains third_party software that is vendored into the Servo source tree. The idea is that it would eventually hold webrender and other crates from mozilla-central as well with a standard patch management approach for each.
9 lines
195 B
Text
9 lines
195 B
Text
An example showing how to use Python optimized mode.
|
|
To run:
|
|
|
|
- First run 'python calc.py'
|
|
|
|
- Then run 'python -OO calc.py'
|
|
|
|
If working correctly, the second version should run the
|
|
same way.
|