Files
cpython/Lib
Éric Araujo 175eb995d3 Fix distutils tests on Windows (#12678).
- First, support.fixup_build_ext (already used to set proper
  library_dirs value under Unix shared builds) gains the ability to
  correctly set the debug attribute under Windows debug builds.

- Second, the filename for the extension module gets a _d suffix under
  debug builds.

- Third, the test code properly puts our customized build_ext object
  into an internal dictionary to make sure that the install command will
  later use our object instead of re-creating one.  That’s the downside
  of using low-level APIs in our test code: we have to manually push
  knobs and turn handles that would otherwise be handled behind the
  scenes.

Thanks to Nadeem for the testing.
2011-08-24 01:29:10 +02:00
..
2011-04-20 19:24:09 +02:00
2011-05-25 18:13:49 +02:00
2011-08-03 08:27:00 +02:00
2011-05-14 06:47:51 +03:00
2011-03-27 21:07:13 +02:00
2011-07-03 09:31:04 +02:00
2011-08-23 19:49:13 +02:00
2011-03-16 11:35:38 +02:00
2011-04-29 16:16:36 +02:00
2011-05-06 00:02:12 +10:00
2011-03-16 11:35:38 +02:00
2011-03-15 05:59:46 +02:00
2011-05-14 15:35:19 -07:00
2011-04-20 19:24:09 +02:00
2011-05-09 08:10:38 +02:00
2011-03-15 05:59:46 +02:00
2011-03-16 11:35:38 +02:00
2011-05-25 18:13:49 +02:00
2011-06-27 09:18:46 -05:00
2011-03-25 14:25:36 +02:00
2011-01-23 21:33:36 +00:00
2011-08-21 14:29:18 +02:00
2011-05-24 12:51:24 -05:00
2011-04-17 16:48:52 +02:00
2011-07-21 11:16:32 +03:00