6a0f98aeefcba807918c9518c73f8362c406d315
Non-matching calls to PyErr_Fetch/Restore cause a leak in v3.12, so ensure calls are symmetrical or avoid where possible. Simplify extraction of the exception buffer. - Only overwrite the stderr (the stdio isn't used). - Simplify pyc_exception_buffer_handle_system_exit usage. - Remove goto's. Also simplify calling conventions for PyC_ExceptionBuffer functions. - They must be called when an error has occurred. - Always return a string, never null since a null return value would only happened in rare/unexpected cases which wasn't being checked for by some callers, leading to potential crashes.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
