Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dgrunwald/rust-cpython issues and pull requests

#298 - Unsound usages of unsafe implementation from `PyObject` to `T`

Issue - State: open - Opened by llooFlashooll 5 months ago - 1 comment

#296 - Version 0.7.2

Pull Request - State: closed - Opened by markbt 7 months ago - 2 comments

#296 - Version 0.7.2

Pull Request - State: closed - Opened by markbt 7 months ago - 2 comments

#295 - python3-sys: port Py_3_12 changes from pyo3-ffi

Pull Request - State: closed - Opened by quark-zju 9 months ago - 1 comment

#294 - Python 3.12 support

Issue - State: closed - Opened by decathorpe over 1 year ago - 1 comment

#293 - Syntax Error

Issue - State: open - Opened by FinnFrotscher over 1 year ago - 3 comments

#292 - How to use embedded Python in Rust's Cpython

Issue - State: open - Opened by Inotart over 1 year ago

#291 - compiling issue

Issue - State: closed - Opened by cometyang almost 2 years ago - 1 comment

#290 - [SOLVED] Top-level imports/variables not global by default on rust-cpython?

Issue - State: closed - Opened by elonen almost 2 years ago - 3 comments

#289 - Fix build status badge

Pull Request - State: closed - Opened by tschorr about 2 years ago - 2 comments

#288 - fixed linking python when venv is active

Pull Request - State: open - Opened by nemjit001 about 2 years ago - 1 comment

#285 - Update actions, try other action for providing the rust toolchain

Pull Request - State: closed - Opened by tschorr over 2 years ago - 1 comment

#284 - Replace -Z ast-json in the check for undefined symbols

Pull Request - State: closed - Opened by tschorr over 2 years ago - 4 comments

#283 - The scope of the unsafe block can be appropriately reduced

Pull Request - State: closed - Opened by cactter over 2 years ago - 1 comment

#281 - Consistently refer to the right `Result` in macro expansion

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#280 - Eliminate warnings on an unused `py`

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#279 - Initial support for Python 3.11 beta

Pull Request - State: closed - Opened by Techcable over 2 years ago - 5 comments

#278 - Implement trait on type created with `py_class!` macro

Issue - State: closed - Opened by rapodaca about 3 years ago - 2 comments

#277 - Fix macOS description of the example

Pull Request - State: closed - Opened by Vutshi about 3 years ago

#276 - Missing autocomplete

Issue - State: open - Opened by MiniaczQ about 3 years ago - 1 comment

#275 - SyntaxError: invalid syntax

Issue - State: closed - Opened by naamnietbeschikbaar about 3 years ago - 1 comment

#274 - Add Python 3.10 support.

Pull Request - State: closed - Opened by dgrunwald over 3 years ago

#273 - How to set or modify tp_flags?

Issue - State: open - Opened by fsh over 3 years ago

#272 - Add missing PyNumeric class methods.

Pull Request - State: closed - Opened by fsh over 3 years ago - 5 comments

#271 - Accessing PyBytes data without holding the GIL?

Issue - State: closed - Opened by SimonSapin over 3 years ago - 2 comments

#270 - Use `PyNumber_Index` when converting objects to integers.

Pull Request - State: closed - Opened by dgrunwald over 3 years ago

#269 - Add GILGuard::check()

Pull Request - State: closed - Opened by DurhamG over 3 years ago - 4 comments

#268 - Cheaper and safe caching for py_capsule! and py_capsule_fn!

Pull Request - State: open - Opened by SimonSapin over 3 years ago - 1 comment

#267 - Add support for the number protocol

Pull Request - State: closed - Opened by Techcable over 3 years ago - 1 comment

#266 - Expose python3.9 feature.

Pull Request - State: closed - Opened by DimitrisJim over 3 years ago - 1 comment

#265 - cpython 0.6.0 SIGSEGVs and test failures on s390x / System Z (big endian)

Issue - State: open - Opened by decathorpe over 3 years ago - 5 comments

#264 - Include Rust panic messages in Python exception

Pull Request - State: closed - Opened by SimonSapin over 3 years ago - 6 comments

#263 - Use GILProtected for capsule caching?

Issue - State: open - Opened by SimonSapin over 3 years ago - 2 comments

#262 - LNK1181 error on W10 trying to use this module

Issue - State: open - Opened by Mrodent over 3 years ago - 1 comment

#261 - Build scripts should invalidate when relevant env vars change

Pull Request - State: closed - Opened by stuhood almost 4 years ago - 1 comment

#260 - Consider adding support to py_fn for implicit GIL-releasing

Issue - State: open - Opened by stuhood almost 4 years ago

#259 - Fix or suppress warnings and format code

Pull Request - State: closed - Opened by markbt almost 4 years ago - 2 comments

#258 - Correct PyObjectArenaAllocator to match description in python docs

Pull Request - State: closed - Opened by ryancinsight almost 4 years ago - 6 comments

#257 - PyObjectArenaAllocator error

Issue - State: closed - Opened by ryancinsight almost 4 years ago - 1 comment

#256 - GitHub actions

Pull Request - State: closed - Opened by markbt about 4 years ago - 1 comment

#255 - Increase MSRV to 1.41.1

Pull Request - State: closed - Opened by markbt about 4 years ago - 3 comments

#254 - updated setuptools-rust repository link

Pull Request - State: closed - Opened by 0kalekale about 4 years ago - 1 comment

#253 - Add PyNone to represent Python None

Pull Request - State: closed - Opened by markbt about 4 years ago

#252 - Disable test_thread_exit on Rust >= 1.48

Pull Request - State: closed - Opened by markbt about 4 years ago - 1 comment

#251 - implement ToPyObject for unit value ()

Pull Request - State: closed - Opened by tdyas about 4 years ago - 6 comments

#250 - allow all visibility keywords on classes and functions

Pull Request - State: closed - Opened by tdyas about 4 years ago - 13 comments

#249 - the test_thread_exit test fails on s390x

Issue - State: closed - Opened by decathorpe about 4 years ago - 4 comments

#248 - Bump from paste 0.1 to 1

Pull Request - State: closed - Opened by decathorpe about 4 years ago - 1 comment

#246 - PyString::to_string panics on UnicodeDecodeError

Issue - State: closed - Opened by wkschwartz about 4 years ago - 1 comment

#245 - clippy::manual_strip lint triggers with Rust v1.48.0

Issue - State: closed - Opened by tdyas about 4 years ago - 2 comments

#244 - Avoid abort() if the Python function never returns (thread exit)

Pull Request - State: closed - Opened by quark-zju over 4 years ago - 6 comments

#243 - Add Python 3.9 support

Pull Request - State: closed - Opened by dgrunwald over 4 years ago - 3 comments

#242 - py_class create_instance method is private

Issue - State: closed - Opened by stuhood over 4 years ago - 2 comments

#241 - Initial serde support

Pull Request - State: closed - Opened by quark-zju over 4 years ago

#240 - Add a way to disable converting PyString to unicode on Python 2

Pull Request - State: closed - Opened by quark-zju over 4 years ago

#239 - Please release 0.5.1 containing the trailing comma fix

Issue - State: closed - Opened by dtolnay over 4 years ago - 1 comment

#238 - Execute code by importing the module

Issue - State: closed - Opened by elteammate over 4 years ago - 2 comments

#237 - Add some missing APIs for PyBytes

Pull Request - State: closed - Opened by indygreg over 4 years ago - 1 comment

#236 - Documentation for kwargs in instance method

Issue - State: open - Opened by HeroicKatora over 4 years ago - 1 comment

#235 - Fix macros without $crate:: access

Pull Request - State: closed - Opened by markbt over 4 years ago

#234 - Some property macros do not use $crate:: access

Issue - State: closed - Opened by HeroicKatora over 4 years ago - 1 comment

#233 - build with bazel

Issue - State: closed - Opened by ali5h over 4 years ago - 5 comments

#231 - error when implementing some methods

Issue - State: closed - Opened by c-cube over 4 years ago - 1 comment

#230 - feedback: this is awesome

Issue - State: open - Opened by c-cube over 4 years ago

#229 - how to define __doc__ on a class or method?

Issue - State: closed - Opened by c-cube over 4 years ago - 1 comment

#228 - ToPyObject example incorrect for PyString

Issue - State: open - Opened by stuhood over 4 years ago - 2 comments

#227 - WIP: Add support for the buffer protocol

Pull Request - State: open - Opened by mloebel over 4 years ago - 1 comment

#226 - Error using python27

Issue - State: closed - Opened by thymbahutymba over 4 years ago - 6 comments

#225 - Setting PYTHONHOME required on Windows within virtualenv

Issue - State: open - Opened by cpterry over 4 years ago - 3 comments

#223 - add PyDictProxy, see #221

Pull Request - State: open - Opened by jruiss almost 5 years ago - 1 comment

#222 - Format code and suppress unused_parens warnings

Pull Request - State: closed - Opened by markbt almost 5 years ago

#221 - No mappingproxy implementation?

Issue - State: open - Opened by jruiss almost 5 years ago

#220 - fix for #219: ignore trailing comma in plist parsing

Pull Request - State: closed - Opened by lausek almost 5 years ago - 2 comments

#219 - py_fn fails if a trailing comma is present

Issue - State: closed - Opened by cpterry almost 5 years ago - 2 comments

#218 - GILProtected possibly allowing concurrent access

Issue - State: open - Opened by stuhood almost 5 years ago - 7 comments

#217 - Make fields of initialization config public and implement Default

Pull Request - State: closed - Opened by indygreg almost 5 years ago - 2 comments

#216 - Travis CI: also testing on Rust stable

Pull Request - State: closed - Opened by gracinet almost 5 years ago - 1 comment

#215 - Release 0.5.0 and some doc clarifications

Pull Request - State: closed - Opened by gracinet almost 5 years ago - 9 comments

#214 - Release 0.5.0

Issue - State: closed - Opened by gracinet almost 5 years ago - 2 comments

#213 - Linking against pythonXX.lib fails on windows within virtualenv

Issue - State: open - Opened by striggldy almost 5 years ago - 1 comment

#212 - Example library from README doesn't seem to work with crate version

Issue - State: open - Opened by AghastComet almost 5 years ago - 1 comment

#211 - Implement PEP-587 initialization APIs

Pull Request - State: closed - Opened by indygreg almost 5 years ago - 8 comments

#210 - Add more import APIs

Pull Request - State: closed - Opened by indygreg almost 5 years ago

#208 - Implement property support

Pull Request - State: closed - Opened by markbt almost 5 years ago - 2 comments

#207 - Implement reference extraction for slot functions and optional reference extraction

Pull Request - State: closed - Opened by markbt almost 5 years ago - 1 comment

#187 - Support Python 3.8 in python3-sys.

Pull Request - State: closed - Opened by dgrunwald about 5 years ago - 1 comment

#183 - py_class: support Rust raw identifiers for method and keyword names

Pull Request - State: closed - Opened by quark-zju over 5 years ago - 1 comment

#182 - Is it possible to build on wasm?

Issue - State: open - Opened by zeroexcuses over 5 years ago - 3 comments

#174 - Can the interpreter be chosen at runtime?

Issue - State: open - Opened by mark-summerfield almost 6 years ago - 4 comments

#166 - Use Rust docstring for __doc__ of instance methods

Pull Request - State: closed - Opened by quark-zju about 6 years ago - 2 comments

#157 - More examples

Issue - State: open - Opened by gilescope over 6 years ago - 9 comments

#143 - Failed to compile under pypy2-v6.0.0-linux64

Issue - State: closed - Opened by ddorian over 6 years ago - 4 comments
Labels: wontfix