Issue1752175
Created on 2007-07-11 19:40 by neundorf, last changed 2007-08-23 18:08 by georg.brandl.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
python-2.5.1.diff
|
neundorf,
2007-07-11 19:40
|
mentioned patch |
|
|
|
msg52841 - (view) |
Author: Alexander Neundorf (neundorf) |
Date: 2007-07-11 19:40 |
|
I'm currently porting python to some
platforms with limited capabilities and so I thought it would be a good idea
to subscribe here.
While doing the porting, I found two small problems in Python 2.5.1:
If Py_USING_UNICODE is disabled, in Python/ast.c decode_unicode() still calls
unicode-related functions, which leads to undefined references when linking.
If HAVE_DYNAMIC_LOADING is disabled, in Python/import.c
_PyImport_DynLoadFiletab is still initialized, which also leads to undefined
references when linking, since then no source file which defines this
variable is used.
|
|
msg52842 - (view) |
Author: Alexander Neundorf (neundorf) |
Date: 2007-08-03 16:14 |
|
Any chance this could be committed to the 2.5 branch ?
Or should I post a patch against curren trunk ?
Alex
|
|
msg52843 - (view) |
Author: Neal Norwitz (nnorwitz) |
Date: 2007-08-08 07:39 |
|
No, hopefully someone will get to this soon. These files aren't likely to have changed between 2.5 and trunk. Although it is generally preferable to provide a patch against trunk in case things have changed. Georg may have fixed one or both of these recently.
|
|
msg55170 - (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2007-08-23 18:08 |
|
Okay, fixed both and backported in rev. 57328, 57330.
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 18:08:55 | georg.brandl | set | status: open -> closed assignee: georg.brandl resolution: fixed messages:
+ msg55170 nosy:
+ georg.brandl |
| 2007-07-11 19:40:10 | neundorf | create | |
|