]> granicus.if.org Git - python/commitdiff
- merge 3.5
authordoko@ubuntu.com <doko@ubuntu.com>
Sat, 4 Jun 2016 22:44:01 +0000 (00:44 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Sat, 4 Jun 2016 22:44:01 +0000 (00:44 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 0dc317e2282fb5c8b7c403561030702c462954be,8b82531d3871a676cab3da3acf510f45f38cd098..2cef4570eace13be134c50582294f6c9a26a02f1
+++ b/Misc/NEWS
@@@ -1286,9 -561,9 +1286,12 @@@ Test
  Build
  -----
  
+ - Issue #26884: Fix linking extension modules for cross builds.
+   Patch by Xavier de Gaye.
 +- Issue #26932: Fixed support of RTLD_* constants defined as enum values,
 +  not via macros (in particular on Android).  Patch by Chi Hsuan Yen.
 +
  - Issue #22359: Disable the rules for running _freeze_importlib and pgen when
    cross-compiling.  The output of these programs is normally saved with the
    source code anyway, and is still regenerated when doing a native build.