Skip to content

Commit a576569

Browse files
committed
update instructions
1 parent 240f87a commit a576569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RustPython is a Python 3 interpreter written in Rust, implementing Python 3.13.0
2121
- `parser/` - Parser for converting Python source to AST
2222
- `core/` - Bytecode representation in Rust structures
2323
- `codegen/` - AST to bytecode compiler
24-
- `Lib/` - CPython's standard library in Python (copied from CPython)
24+
- `Lib/` - CPython's standard library in Python (copied from CPython). **IMPORTANT**: Do not edit this directory directly; The only allowed operation is copying files from CPython.
2525
- `derive/` - Rust macros for RustPython
2626
- `common/` - Common utilities
2727
- `extra_tests/` - Integration tests and snippets

0 commit comments

Comments
 (0)