high_performance_python_2e
high_performance_python_2e copied to clipboard
Typo: 'local namespace' should be 'global namespace' on page 117
Thanks for the excellent book! I'm enjoying working my way through it.
In Example 6.5 on page 117, I think the following sentence:
This statement takes such a long time per hit because
grid_shapemust be retrieved from the local namespace
should read:
This statement takes such a long time per hit because
grid_shapemust be retrieved from the global namespace