diff options
| author | Shivank98 <shivankgautam98@gmail.com> | 2018-10-19 01:23:18 +0530 |
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2018-10-18 14:53:18 -0500 |
| commit | e3d1455fe472589c92b9e57b7d35addbb579edba (patch) | |
| tree | cf853b3426147d3a95e7dd63f3c2e3acc3f439f6 /Include/opcode.h | |
| parent | 1deea5e53991b46351f6bb395b22365c9455ed88 (diff) | |
| download | cpython-git-e3d1455fe472589c92b9e57b7d35addbb579edba.tar.gz | |
Update opcode.h header comment to mention the source data file (GH-9935)
This is intended to help code explorers find out more about what's defined there.
Diffstat (limited to 'Include/opcode.h')
| -rw-r--r-- | Include/opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index e564bb9d59..2a29e97885 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -1,4 +1,4 @@ -/* Auto-generated by Tools/scripts/generate_opcode_h.py */ +/* Auto-generated by Tools/scripts/generate_opcode_h.py from Lib/opcode.py */ #ifndef Py_OPCODE_H #define Py_OPCODE_H #ifdef __cplusplus |
