Skip to content

Commit dc95707

Browse files
updated release note
1 parent 50733c4 commit dc95707

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
fixes:
33
- |
4-
profiling: Fixes a bug where code that sub-classes our wrapped locks, would crash with ``TypeError`` when the profiler is enabled.
5-
One example of this is neo4j's ``AsyncRLock`` that inherits from ``asyncio.Lock``.
4+
profiling: Fixes a bug where code that sub-classes our wrapped locks crashes with ``TypeError`` during profiling.
5+
One example of this is neo4j's ``AsyncRLock``, which inherits from ``asyncio.Lock``:
6+
https://github.com/neo4j/neo4j-python-driver/blob/6.x/src/neo4j/_async_compat/concurrency.py#L45

0 commit comments

Comments
 (0)