Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
| BPO | 16899 |
|---|---|
| Nosy | @arigo,@amauryfa,@mdickinson,@meadori |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=Nonecreated_at=<Date2013-01-08.22:06:03.435>labels= ['ctypes','type-feature','3.7']title='Add support for C99 complex type (_Complex) as ctypes.c_complex'updated_at=<Date2018-07-04.15:01:25.648>user='https://bugs.python.org/rutsky'
bugs.python.org fields:
activity=<Date2018-07-04.15:01:25.648>actor='arigo'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['ctypes']creation=<Date2013-01-08.22:06:03.435>creator='rutsky'dependencies= []files= []hgrepos= []issue_num=16899keywords= []message_count=10.0messages= ['179378','179459','179609','179646','180759','285961','285998','286453','321046','321049']nosy_count=8.0nosy_names= ['arigo','amaury.forgeotdarc','mark.dickinson','Arfrever','meador.inge','rutsky','Tom Krauss','rkmountainguy']pr_nums= []priority='normal'resolution=Nonestage='test needed'status='open'superseder=Nonetype='enhancement'url='https://bugs.python.org/issue16899'versions= ['Python 3.7']
Linked PRs
- gh-61103: support double complex (_Complex) type in ctypes #120894
- gh-61103: Support float and long double complex types in ctypes module #121248
- gh-61103: Add What's New entry for complex types in ctypes #129129
- gh-61103: don't use native complex types in ctypes #133237
- gh-61103: drop unused Py_HAVE_C_COMPLEX define #133435