Bug ID Number |
BUG-000159835 |
Submitted | July 12, 2023 |
Last Modified | June 10, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.1.2 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The COM-based object system used by ArcGIS for many of its types is incompatible with the Python faulthandler module. To use Python Developer mode, explicitly disable faulthandler by adding faulthandler.disable() at the top of the code, or include the same in a PYTHONSTARTUP script.
Workaround
Complete the workflow outside of Developer mode.
Steps to Reproduce