-
To protect native Python extensions against tampering by other libraries, we isolate them into their own memory domains at import time.
Add hooks for allocating the memory domains at import time, …
-
Hi,
I saw in a couple of spots that `super_native_extensions` is made for dynamic linking, but unfortunately constraints on our projects are such that we need to do static linkage.
I followed th…
-
The thing is that when bundling do_mysql (or any other gem with native extensions i assume) with the :git option, then the bundling process won't put .gem files into bundler's cache/ directory and doe…
-
I want to profile a program that uses a mix of Python code and (C++)-extensions internally (based on Cython and Boost Python) and get different errors of py-spy (dependent on the concrete run).
For…
-
![image](https://github.com/user-attachments/assets/92ad79ed-f3fa-4818-8f1b-de80c8482ff6)
Version 5.68.2
-
Hello,
I have this IFC file produced by IfcOpenShell 0.8.0 that I cannot load into Blender 4.2.2 LTS with Bonsai 0.8.0 installed on Ubuntu 22.04.5
```
ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('V…
-
Either installing using web browser or source code do not work. On "https://extensions.gnome.org/extension/3010/system-monitor-next/", it shows a note "Your native host connector do not support follow…
-
```
Investigate linking crack extensions statically during native binary creation.
Native binaries are essentially static anyway, since all crack code is
generated "statically" (no crack libs, yet).…
-
We have the following trimming suppression:
https://github.com/dotnet/extensions/blob/6487428046a2d7a5c8bb6034e97c38d6e0b7affa/src/Libraries/Microsoft.Extensions.AI.Abstractions/Utilities/AIJsonUtili…
-
For windows users, the warning regarding native extensions is a bit annoying and native extensions are not so required.
`Warning: Native modules not compiled. UTF-8 validation disabled.`
Add an opt…