summaryrefslogtreecommitdiff
path: root/numpy/doc/subclassing.py
diff options
context:
space:
mode:
authorValentin Valls <valentin.valls@esrf.fr>2016-08-10 10:47:36 +0200
committerGitHub <noreply@github.com>2016-08-10 10:47:36 +0200
commitc14a462fafb92be8c17d5e180f7c2ed986f2eef2 (patch)
treef1b3b994ace104b4adacff025e820670a57bf117 /numpy/doc/subclassing.py
parent5130ef1b3d8cdd984a937ccf8c168d65c91cefc4 (diff)
downloadnumpy-c14a462fafb92be8c17d5e180f7c2ed986f2eef2.tar.gz
Monkey-patch _msvccompile.gen_lib_option like any other compilators
`setuptools` is now using `_msvccompile` instead of `msvccompile9`. numpy is monkey-patching symmetrically `gen_lib_options` and `spawn` function for all compilators. But `_msvccompile.gen_lib_options` was not monkey-patched while `_msvccompile.spawn` is already monkey-patched throug the super class `ccompiler.spawn`. This patch only symmetrically patch `_msvccompile` to prevent param file quoting.
Diffstat (limited to 'numpy/doc/subclassing.py')
0 files changed, 0 insertions, 0 deletions