This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2009年01月25日 20:18 by rpetrov, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| py-issue-profile.patch | rpetrov, 2009年01月25日 20:18 | proposed patch | review | |
| Messages (5) | |||
|---|---|---|---|
| msg80537 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2009年01月25日 20:18 | |
The make target "run_profile_task" fail as executable cannot load shared library. Patch attached. |
|||
| msg109640 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年07月08日 22:56 | |
Could someone from the build area please take a look at the patch, only three lines have changed. |
|||
| msg109641 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年07月08日 22:58 | |
On which platform? it works here (Python 3.2, Linux). |
|||
| msg109845 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2010年07月10日 10:36 | |
a) search for fficonfig.h is fixed long time ago (i could not remember issue) b) build python executable cannot run without to setup some environment variables - $(RUNSHARED). |
|||
| msg192657 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2013年07月08日 15:05 | |
run_profile_task has been fixed a while ago and works with --enabled-shared. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:44 | admin | set | github: 49310 |
| 2013年07月08日 15:05:28 | christian.heimes | set | status: open -> closed nosy: + christian.heimes messages: + msg192657 resolution: works for me stage: patch review -> resolved |
| 2010年07月10日 10:36:32 | rpetrov | set | messages: + msg109845 |
| 2010年07月08日 22:58:56 | pitrou | set | nosy:
+ pitrou messages: + msg109641 |
| 2010年07月08日 22:56:12 | BreamoreBoy | set | versions:
+ Python 3.1, Python 3.2 nosy: + BreamoreBoy messages: + msg109640 stage: patch review |
| 2009年01月25日 20:19:34 | rpetrov | set | type: performance |
| 2009年01月25日 20:19:17 | rpetrov | set | components: + Build |
| 2009年01月25日 20:18:59 | rpetrov | set | versions: + Python 2.7 |
| 2009年01月25日 20:18:36 | rpetrov | create | |