diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-12-16 14:05:48 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-12-16 14:05:48 -0500 |
commit | e852362bfdf9a18dfd91137f4a2d7c2dfee30082 (patch) | |
tree | 0ae49872789393fb2f9c194e8a258b0ea22a4c3e /lib/sqlalchemy/orm/context.py | |
parent | bd5a4611c34d25cf21607544c01ce7fcb886e0a9 (diff) | |
download | sqlalchemy-e852362bfdf9a18dfd91137f4a2d7c2dfee30082.tar.gz |
dont call platform.architecture()
Fixed regression where the base compat module was calling upon
``platform.architecture()`` in order to detect some system properties,
which results in an over-broad system call against the system-level
``file`` call that is unavailable under some circumstances, including
within some secure environment configurations.
Fixes: #8995
Change-Id: Ib6171e75aff5a60a79dab81a0be21bee2456318b
Diffstat (limited to 'lib/sqlalchemy/orm/context.py')
0 files changed, 0 insertions, 0 deletions