@@ -262,12 +262,12 @@ that circular imports work without any deadlocks.
262262 exception is made for circular imports, which by construction have to
263263 expose an incomplete module object at some point.
264264
265- .. versionchanged :: 3.3
266- The locking scheme has changed to per-module locks for
267- the most part. A global import lock is kept for some critical tasks,
268- such as initializing the per-module locks.
265+ .. versionchanged :: 3.3
266+ The locking scheme has changed to per-module locks for
267+ the most part. A global import lock is kept for some critical tasks,
268+ such as initializing the per-module locks.
269269
270- .. deprecated :: 3.4
270+ .. deprecated :: 3.4
271271
272272
273273.. function :: acquire_lock()
@@ -282,25 +282,25 @@ that circular imports work without any deadlocks.
282282
283283 On platforms without threads, this function does nothing.
284284
285- .. versionchanged :: 3.3
286- The locking scheme has changed to per-module locks for
287- the most part. A global import lock is kept for some critical tasks,
288- such as initializing the per-module locks.
285+ .. versionchanged :: 3.3
286+ The locking scheme has changed to per-module locks for
287+ the most part. A global import lock is kept for some critical tasks,
288+ such as initializing the per-module locks.
289289
290- .. deprecated :: 3.4
290+ .. deprecated :: 3.4
291291
292292
293293.. function :: release_lock()
294294
295295 Release the interpreter's global import lock. On platforms without
296296 threads, this function does nothing.
297297
298- .. versionchanged :: 3.3
299- The locking scheme has changed to per-module locks for
300- the most part. A global import lock is kept for some critical tasks,
301- such as initializing the per-module locks.
298+ .. versionchanged :: 3.3
299+ The locking scheme has changed to per-module locks for
300+ the most part. A global import lock is kept for some critical tasks,
301+ such as initializing the per-module locks.
302302
303- .. deprecated :: 3.4
303+ .. deprecated :: 3.4
304304
305305
306306The following constants with integer values, defined in this module, are used
0 commit comments