Modify ↓
Opened 13 years ago
Last modified 5 years ago
#10997 new defect
Macro is not thread-safe
| Reported by: | Ryan J Ollos | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | CodeExampleMacro |
| Severity: | normal | Keywords: | |
| Cc: | Steffen Hoffmann, Jun Omae | Trac Release: |
Description
Data from the request is written to instance variables, as mentioned in comment:2:ticket:10636. To give a simple example, expand_macro has the following statement:
self._args = args
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
| Owner: | changed from Alexander Slesarev to Ryan J Ollos |
|---|---|
| Status: | new → assigned |
comment:2 Changed 6 years ago by
| Cc: | Ryan J Ollos removed |
|---|
comment:3 Changed 5 years ago by
| Owner: | Ryan J Ollos deleted |
|---|---|
| Status: | assigned → new |
Note: See
TracTickets for help on using
tickets.


