issues
search
ariovistus
/
pyd
Interoperability between Python and D
MIT License
159
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
pyd/util/multi_index.d(190,18): Deprecation: `in` contract may throw but function is marked as `nothrow`
#168
mw66
opened
1 year ago
0
Added configuration to use Python 3.11
#167
katyukha
closed
1 year ago
1
Are the current versions of pyd compatible with python 3.10? Also need ldc that's compatible with both.
#166
joyjitkundu032
opened
1 year ago
1
Q: when the result of d_to_python_numpy_ndarray is passed to Python, is the array also copied by value? i.e Python receive a copy?
#165
mw66
opened
2 years ago
9
Q: any performance comparison between D call pyd function and native D function?
#164
mw66
opened
2 years ago
0
Extracting char* from a str PyObject in Python 3
#163
nordlow
opened
2 years ago
0
Added configuration to use python 3.10
#162
katyukha
closed
2 years ago
0
subconfiguration value for Python 3.10
#161
fccoelho
closed
2 years ago
0
Q: how to pass Python's None to D's null?
#160
mw66
opened
2 years ago
0
Revert "Fix another deprecation wrt. escaping `this`"
#159
kinke
closed
2 years ago
4
Avoid deprecated body keyword via modernized contracts syntax
#158
kinke
closed
2 years ago
1
Adding in a doi with zenodo
#157
Kekananen
opened
3 years ago
0
Q: when calling Python script from D, how to properly setup env (for loading dynamical libraries .so)?
#156
mw66
opened
3 years ago
0
which python the pyd is using during app build? or how to specify the python path for the built app to run?
#155
mw66
opened
3 years ago
0
what's needed to suport python3.9? no module named '_contextvars' ?
#154
mw66
closed
2 years ago
3
fix #152
#153
ariovistus
closed
3 years ago
0
Q: how to expose D class data member to Python?
#152
mw66
closed
3 years ago
6
Fatal Python error: GC object already tracked
#151
mw66
closed
1 year ago
12
Fixup following bug introduced in #148
#150
andralex
closed
3 years ago
2
Not apparent on how to use py_import to import packages installed by pip
#149
TimCoraxAudio
opened
3 years ago
1
Use a function to avoid polluting/overwriting envvars
#148
andralex
closed
3 years ago
1
support python bytes
#147
ariovistus
closed
3 years ago
0
Returning Python3 bytes
#146
carver
opened
3 years ago
1
bug line 105 op_wrap.d
#145
DangerMouseB
closed
3 years ago
1
OSX - the rawexample works but testdll doesn't
#144
DavidBriant
opened
3 years ago
1
add complex class test
#143
mw66
opened
3 years ago
5
dub.json: Fix /LIBPATH linker flags for LDC builds on Windows
#142
kinke
closed
3 years ago
0
Doc: add workaround AttributeError: module 'sys' has no attribute 'argv'
#141
mw66
opened
4 years ago
3
rename util to `module pyd.util;`
#140
mw66
closed
4 years ago
0
any example to create a Python object on the D side, and call that object's member function passing a D array?
#139
mw66
opened
4 years ago
0
Deprecation: returning &this escapes a reference to parameter this
#138
andre2007
closed
4 years ago
1
New release for python3.8 support
#137
andre2007
closed
3 years ago
11
DDOCs warnings
#136
andre2007
closed
4 years ago
1
Support of named arguments?
#135
andre2007
closed
4 years ago
5
Deprecation: returning &this escapes a reference to parameter this, perhaps annotate with return
#134
andre2007
opened
4 years ago
0
[FIX] Compilinng with python38 on posix system.
#133
katyukha
closed
4 years ago
0
Does PyD 0.13.1 support Python 3.8?
#132
fccoelho
closed
3 years ago
4
fix #130
#131
ariovistus
closed
4 years ago
0
trying to overload division
#130
pedrozudo
closed
4 years ago
0
python-for-android: ImportError: Cannot locate symbol
#129
tmarplatt
opened
4 years ago
6
Updating the dependency on pyd. Fixes the build.
#128
pdenapo
closed
5 years ago
0
Changing platform specifier
#127
tmarplatt
closed
5 years ago
1
New version tag to pick up the fix for Python 3.8
#126
atilaneves
closed
5 years ago
0
Fix for python38 which doesn't say it uses pymalloc
#125
John-Colvin
closed
5 years ago
0
Can't compile "Hello world" program. Not sure why!
#124
BLutherEUNE
opened
5 years ago
4
fix: SimpleFormatType static if 'statement is not reachable'
#123
fyfrey
closed
5 years ago
0
Doesn't build with setup.py build
#122
fccoelho
opened
5 years ago
10
Create .gitignore for setup
#121
John-Colvin
closed
5 years ago
0
Disgusting quoting for windows LIBPATHs
#120
John-Colvin
closed
5 years ago
0
A more gentle removal of placement new and delete
#119
John-Colvin
closed
5 years ago
1
Next