Max Bélanger

Results 10 issues of Max Bélanger

**Describe the bug** PyObjC can crash when creating an `NSAttributedString`. **Platform information** 13.0 Beta (22A5286j) arm64 `objc.__version__`: 8.5b1 Python: `Python 3.9.13 (main, May 24 2022, 21:13:51)` Python installed via Homebrew,...

bug

We've been field testing the upcoming Xcode 13.3, and we're seeing a build error due to a new warning (`unused-but-set-variable`). In addition, the way that `setup.py` is set up, setting...

We've noticed that on some (rare) Windows devices, if `PATH` is not set or not readable when the application launches, `comtypes` crashes on import. The following stack trace illustrates the...

This is more of a question than a bug report: we're using a `apple_dynamic_framework_import` to bring in the Electron framework (not a very common thing to do, I'll admit). This...

Removes the hardcoded CA bundle from the SDK. The `ca_certs` parameter is still present, so users can pin with their own CA bundle if they so choose. Improves integration tests...

* Restores CI to a green state to aid in landing other changes. * Python 2.7 is still covered, but only on Ubuntu and excluding PyPy. Changes are made to...

* CI now tests Python 3.9, 3.10, 3.11, 3.12, we no longer test 3.5, 3.6, 3.7. * We no longer advertise support for Python 2.7. This is inevitable as GitHub...

This was broken due to an issue with the token used to create the PR. This changes the workflow to use the `GITHUB_TOKEN` provided to the action instead, but we...