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 2013年02月06日 22:36 by rpetrov, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| 0001-MINGW-BASE-use-NT-thread-model.patch | rpetrov, 2013年02月06日 22:36 | review | ||
| 0001-MINGW-issue17148-nt-thread-model-detection.patch | rpetrov, 2014年08月03日 06:09 | status on 2014年08月02日 | review | |
| Messages (2) | |||
|---|---|---|---|
| msg181576 - (view) | Author: Roumen Petrov (rpetrov) * | Date: 2013年02月06日 22:36 | |
Proposed patch adds test for NT-threads to configure script . It was part of issue3871 and is related only to threading support. Unlike previous one new patch avoid changes in code like #if A undef B or similar. For instance - avoid presence of header pthread.h in Python/ceval.c and Python/thread.c (HAVE_PTHREAD_H dependency) - avoid detection of function pthread_kill in Modules/signalmodule.c (HAVE_PTHREAD_KILL) - avoid sem_open() Modules/_multiprocessing/multiprocessing.c (HAVE_SEM_OPEN) ( see patch for reason to skip those checks at configure time) |
|||
| msg223376 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月17日 21:48 | |
Guys I asked on IRC and was advised to add you to the nosy list to see if you can help out on this. Please be aware that there are plenty more where this came from. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:41 | admin | set | github: 61350 |
| 2021年10月21日 10:04:21 | iritkatriel | set | resolution: duplicate -> wont fix |
| 2021年10月20日 12:57:34 | iritkatriel | set | status: open -> closed superseder: MinGW is unsupported - close all open issues and list them here. resolution: duplicate stage: resolved |
| 2019年04月26日 20:22:33 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2014年08月03日 06:09:56 | rpetrov | set | files: + 0001-MINGW-issue17148-nt-thread-model-detection.patch |
| 2014年07月17日 21:48:47 | BreamoreBoy | set | nosy:
+ tim.golden, BreamoreBoy, loewis, zach.ware, steve.dower messages: + msg223376 versions: + Python 3.5, - Python 3.4 |
| 2013年02月06日 22:36:10 | rpetrov | create | |