New GitHub issue #118704 from adventurecomputer:<br>

<hr>

<pre>
# Bug report

### Bug description:

```python
# Add a code block here, if required
from pathlib import Path
source=Path('link')
target=Path('target')
link=source.symlink_to(target)

print(link) # returns None

```

link is supposed to be a newly created symlink object.


### CPython versions tested on:

3.8

### Operating systems tested on:

Linux
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/118704">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>